Skip to main content
DELETE
/
segments
/
{id}
Delete segment
curl --request DELETE \
  --url https://api.wacht.dev/segments/{id} \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

API key authentication (format: Bearer {api_key})

Path Parameters

id
string
required

Segment ID

Response

200 - application/json

Segment deleted

The response is of type object.