delete https://example.com/api/v0/client-credentials/
If desired, we can revoke credentials associated with a Client ID. Currently, the process will be to provide you with a new Client ID and Client Secret.
Revoking Client Credentials
Calling this method will immediately revoke the credentials with the provided clientId
value. Any future calls to the /api/v0/oauth/token
using the clientId
and clientSecret
will fail.
Sample Response
This API will response with a 204 message indicating the credentials have been successfully revoked.