Skip to main content

Delete lookup list

DELETE 

/v1/lookup-lists/:id

Deletes a lookup list. Note that this action can affect rules, dashboards, and reports if they are dependent on the lookup list.

Request

Path Parameters

    id stringrequired

    GUID of the lookup list.

    Example: 7c985e09-3db6-5dc6-ae33-58403493e13f

Responses

successful operation

Response Headers
    Schema
      id string

      GUID of the lookup list.

      name string

      Possible values: non-empty and <= 40 characters

      Name of the lookup list.

      description string

      Possible values: <= 400 characters

      Description of the lookup list.

    Loading...