Backend API
cURL
curl --request POST \ --url https://api.wacht.dev/segments/{id}/remove \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "entity_id": "1234567890123456789" } '
{}
Remove an entity from a segment
API key authentication (format: Bearer {api_key})
Segment ID
Entity ID to assign/remove
"1234567890123456789"
Entity removed from segment
The response is of type object.
object
Was this page helpful?