Policies
Delete a policy.
Deletes the policy with the given name. Admins may delete another user's policy by passing that user's email as owner. Requires the policies:write scope.
delete/api/policies/{policyName}
Path parameters
policyNamestring required
Query parameters
ownerstring
Headers
Authorizationstring required
Response
The policy was deleted.
Changes
Changed in 2 of the 16 revisions of this API.2
- ○
added the non-success response with the status
415response-non-success-status-added
- ○
- ○
added the non-success response with the status
413response-non-success-status-added
- ○