delete
https://api.spreetail.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.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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.
204No Content
401Unauthorized
403Forbidden
