delete https://api.split.io/internal/api/v2/segments/ws//segment_name
Delete a segment from your account. This automatically unconfigures the segment definition from all environments.
Access requirements
The Authorization Bearer (Admin API Key authorizing the request) must have one of the following roles and scopes:
Admin API Key roles accepted
- API_ALL_GRANTED
- API_SEGMENT_EDITOR
Admin API Key scopes accepted
- GLOBAL
- WORKSPACE
To learn more about Admin API Key roles and scopes, see API keys overview.
JSON Payload Posted
{
"name": String, // Mandatory
"description": String // Optional
}