Delete Client
Intent
Removes the client.
When to call it
Call this only after your application has identified the client that should be removed.
Access boundary
Use the credential type and authentication scheme shown for this operation.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
Operational notes
Delete an OAuth2 client.
DELETE
Delete Client
Previous
Read Invitation### Intent
Reads the invitation without changing it.
### When to call it
Call this after your application has received or stored the identifier for the invitation.
### Access boundary
Use the credential type and authentication scheme shown for this operation.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
Next
Delete Client