Skip to main content

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

ParameterDescriptionTypeRequired
permissionIdThe permissionId of the permission you want to remove an implied permission for.URL paramyes
impliedPermissionIdThe id of the permission you want to remove from the permission specified by permissionId.URL paramyes

Request

curl "https://api.warrant.dev/v1/permissions/edit-report/permissions/view-dashboard" \
-X DELETE \
-H "Authorization: ApiKey YOUR_KEY"

Response

200 OK