DELETE
/
api
/
{organization_id}
/
usage-group-sets
/
{usage_group_set_id}
/
usage-groups
/
{usage_group_id}
Delete a usage group
curl --request DELETE \
  --url https://api.select.dev/api/{organization_id}/usage-group-sets/{usage_group_set_id}/usage-groups/{usage_group_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

usage_group_set_id
string
required

The ID of the usage group set

usage_group_id
string
required

The ID of the usage group

organization_id
string
required

Response

200
application/json

Successful Response

The response is of type object.