Skip to main content
DELETE
/
workspaces
/
{workspace_id}
/
roles
/
{role_id}
Delete Workspace Role
curl --request DELETE \
  --url https://api.wacht.dev/workspaces/{workspace_id}/roles/{role_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Path Parameters

workspace_id
string
required
role_id
string
required

Response