Skip to main content
POST
/
organizations
/
{id}
/
roles
/
{roleId}
/
remove
Delete organization role
curl --request POST \
  --url https://api.wacht.dev/organizations/{id}/roles/{roleId}/remove \
  --cookie session_id=

Authorizations

session_id
string
cookie
required

Session-based authentication using cookies

Path Parameters

id
string<uint64>
required

Organization ID

roleId
string<uint64>
required

Role ID

Response

Role deleted successfully