DELETE
/
organizations
/
{organization_id}
/
roles
/
{role_id}
Delete Organization Role
curl --request DELETE \
  --url https://api.wacht.dev/organizations/{organization_id}/roles/{role_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

JWT Bearer token authentication using the Authorization header

Path Parameters

organization_id
string
required

(i64 formatted as string)

role_id
string
required

(i64 formatted as string)

Response

204

Role deleted successfully