Delete a segment
This endpoint deletes the segment for the specified segment ID.
description: "This endpoint deletes the segment for the specified segment ID."
Delete a segment
This endpoint deletes the segment for the specified segment ID.
Authorizations
AuthorizationstringRequired
For accessing the API a valid JWT must be passed in all queries in the 'Authorization' header. The following syntax must be used in the 'Authorization' header. (Bearer xxx.yyy.zzz)
Path parameters
idstringRequired
Responses
200
The segment was deleted.
application/json
object · v1DeleteSegmentResponseOptional
Empty response body.
400
There was a problem with input.
application/json
401
Login failed or token not valid.
application/json
403
Login failed or token not valid.
application/json
404
Segment for specified id does not exist.
application/json
default
An unexpected error response.
application/json
delete/v1/segments/{id}
DELETE /v1/segments/{id} HTTP/1.1
Host: customer.<env>.citrusad.com
Authorization: YOUR_API_KEY
Accept: */*
{}
