← Back to API Reference

DELETE /contacts/{contact_id}/segments/{segment_id}

Delete Contact Segment

Remove a contact from a segment.

Request (cURL)

curl -X DELETE "http://localhost:8080/v1/contacts/ct_123/segments/seg_123" \
  -H "Authorization: Bearer <API_KEY>"

Response Example

{}