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
Example response
{
"message": "Request accepted"
}