Remove an Implied Permission
Remove implied permission from a permission.
caution
This endpoint has been deprecated and will be phased out at the end of 2023. Please update any existing usages of it to use the Delete Warrant endpoint instead.
Endpoint
DELETE /v1/permissions/:permissionId/permissions/:impliedPermissionId
Parameters
Parameter | Description | Type | Required |
---|---|---|---|
permissionId | The permissionId of the permission you want to remove an implied permission for. | URL param | yes |
impliedPermissionId | The id of the permission you want to remove from the permission specified by permissionId . | URL param | yes |
Request
- cURL
curl "https://api.warrant.dev/v1/permissions/edit-report/permissions/view-dashboard" \
-X DELETE \
-H "Authorization: ApiKey YOUR_KEY"
# Class method
Response
200 OK