Delete Segment
DELETE/v1/segments/:segmentId
This endpoint removes a Segment identified by the segmentId
parameter.
Request
Path Parameters
segmentId uuidrequired
The identifier of the Segment.
Responses
- 204
- 400
- 404
- 429
When the delete was successful.
Bad request.
Not found.
Too many requests. In case of the request rate exceeds the rate limits.
Loading...