Client delete
DELETE /client/{id}
Soft-delete an OAuth client
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).
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://api.part3.io/v1/client/4f5e6d7c-8b9a-4d2e-a3f5-678c9d0e1f2a"{
"deleted": "4f5e6d7c-8b9a-4d2e-a3f5-678c9d0e1f2a",
"granted": {},
"revoked": {}
}{
"error": "Client token required"
}{
"error": "Client token required"
}{
"error": "Client token required"
}