v58

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-073053701.0 MB
Reach: Segments

Delete a profile segment

Delete a segment.

Only the segment definition is removed. The contacts that matched it are left untouched.

delete/api/reach/v1/profiles/{profileUuid}/segmentation/segments/{segmentUuid}

Path parameters

profileUuidstring required
Example:550e8400-e09b-41d4-a716-400055000000

Profile uuid parameter

segmentUuidstring required
Example:550e8400-e09b-41d4-a716-400055000000

Segment uuid parameter

Response

Success empty response

messagestring

Example response

{
  "message": "Request accepted"
}