v1

latestOpenAPI 3.0.12026-07-2471135326.0 KB
Segments

Delete Segment

This endpoint allows you to delete an existing segment from a certain list. You need to provide the unique identifier (listId) of the list where the segment is located and the id of the segment you want to delete.

delete/v3/lists/{listId}/segments/{segmentId}

Path parameters

listIdinteger required

Provide the unique ID of the list

segmentIdstring required

Provide the unique ID of the segment

Response

Successfully deleted the segment

Example response

{
  "meta": {
    "timestamp": 1597166699457,
    "transactionId": "70169d77-c165-4795-9932-35b8a3af96fb",
    "explain": "a descriptive text"
  }
}