Delete a permission
DELETE/v1/organizations/:organizationCode/permissions/:uid
> [!important]
Required permission scope:
stonal.user.write
Deletes an existing permission
Please note that you can only delete permissions of type SCOPE_GROUP
and PROFILE
.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 409
- 422
- 500
Permission successfully deleted
Bad request
Unauthorized - Missing authentication
Forbidden - Access denied
Resource not found
Conflict - Resource conflict
Unprocessable Entity - Validation errors
Internal server error