Client org revoke
DELETE /client/{id}/orgs/{orgId}
Revoke a client's org access
Authorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Internal client UUID (the id field returned by client list / detail endpoints, NOT the public clientId).
orgId*string
Organization UID to revoke.
Response Body
application/json
application/json
application/json
curl -X DELETE "https://api.part3.io/v1/client/4f5e6d7c-8b9a-4d2e-a3f5-678c9d0e1f2a/orgs/org_8a1b2c3d4e"{
"deleted": "4f5e6d7c-8b9a-4d2e-a3f5-678c9d0e1f2a",
"granted": {},
"revoked": {}
}{
"error": "Client token required"
}{
"error": "Client token required"
}