Delete a policy
DELETE
/auth/v1/memberships/{orgId}/policies/{policyId}Deletes an authorization policy from the organization by its ID.
Authorization
Bearer Authorization<token>
In: header
Path Parameters
orgId*string
Organization ID
policyId*string
Policy ID
Response Body
204
No Content
curl -X DELETE "https://api.rixl.com/auth/v1/memberships/string/policies/string"No Content