Segments
Delete a segment
Deletes a segment. Every brand-segment attachment is removed at the same time; the brands themselves are left untouched. A project must keep at least one segment, so attempting to delete the last one will return 422.
DELETE
/api/v1/segments/{segment}
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
| segment | integer | Required | The numeric ID of the segment. |