Revoke Client Secret

This endpoint is used to revoke a single Client Secret associated with a given set of API Credentials.

Once revoked, the client_secret can no longer be used to authenticate via the /v1/oauth/token endpoint.

📘

Note:

For guidance on rotating Client Secrets, please refer to our guide.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The client_secret_id of the Client Secret to revoke, as returned by the List Client Secrets and Create Client Secret endpoints.

Headers
string
required

The API Client Identifier (Service Application Identifier).

Responses
204

The request was successfully processed and no content is returned.

404

The resource was not found.

405

The request uses an unexpected HTTP method.

5XX

An unexpected error occurred on the server side.

Language
Credentials
OAuth2
LoadingLoading…
Response
Choose an example:
application/json