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.

Language
Credentials
Header
Click Try It! to start a request and see the response here!