Skip to main content
DELETE
/
api
/
permissions
Remove a permission from a user or group
curl --request DELETE \
  --url https://api.example.com/api/permissions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "permission": "<string>"
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Body

application/json
email
string
required
permission
string
required

Response

Successful Response

message
string
required