Delete Permission Group
DELETE/v1/permissions/:permissionGroupId
This endpoint removes a Permission Group identified by the permissionGroupId
parameter.
Request
Path Parameters
permissionGroupId int64required
The identifier of the Permission Group.
Responses
- 204
- 400
- 404
- 429
When the delete was successful.
Bad request.
Not found.
Too many requests. In case of the request rate exceeds the rate limits.
Loading...