Delete All Permission for Single Principal

URL

https://api.digitalvault.cloud/{{resourceType}}/{{resourceId}}/permissions/{{principal}}

Method

DELETE

Required IMS Scopes

  • apollo_admin

URL Path Parameters

Name Description Example Type
resourceType
requried
Type of Resource string
resourceId
requried
ID of Resource string
principal
requried
The principal having permission in the ACL string

Request Header Parameters

Type Value Description
Authentication
required
Bearer {access_token} Authorization

Example

Request

curl -X DELETE 
  'https://api.digitalvault.cloud/{{resourceType}}/{{resourceId}}/permissions/{{principal}}' 
  -H 'authorization: Bearer {access_token}'