Detach a policy

DELETE/auth/v1/memberships/{orgId}/policies/{policyId}/attachments/{attachmentId}

Detaches a policy from an identity by removing the specified attachment.

Authorization<token>

In: header

Path Parameters

orgId*string

Organization ID

policyId*string

Policy ID

attachmentId*string

Attachment ID

Response Body

204

No Content

curl -X DELETE "https://api.rixl.com/auth/v1/memberships/string/policies/string/attachments/string"

No Content