Skip to content

#304 — clear a workspace's entitlement overrides; requires a reason

DELETE
/api/v1/admin/workspaces/{id}/entitlement-overrides
curl --request DELETE \
--url https://example.com/api/v1/admin/workspaces/example/entitlement-overrides \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "reason": "example" }'
id
required
string

Workspace id

Media typeapplication/json
object
reason
required
string
>= 1 characters <= 2000 characters
Examplegenerated
{
"reason": "example"
}