curl --request DELETE \
--url https://api.dfns.io/permissions/{permissionId}/assignments/{assignmentId} \
--header 'Authorization: Bearer <token>' \
--header 'X-DFNS-USERACTION: <api-key>'Revokes a permission assignment (success) or gives reason why it’s not possible (failure).
curl --request DELETE \
--url https://api.dfns.io/permissions/{permissionId}/assignments/{assignmentId} \
--header 'Authorization: Bearer <token>' \
--header 'X-DFNS-USERACTION: <api-key>'CustomerEmployee)EndUser)Permissions:Revoke: Always required.Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
User Action Signature: Used to sign the change-inducing API requests. More details how to generate the token: User Action Signing flows
11Success
Was this page helpful?