DELETE
/
api-creds
/
credentials
/
{client_id}
Delete API Credentials
curl --request DELETE \
  --url https://api.paxos.com/v2/api-creds/credentials/{client_id} \
  --header 'Authorization: Bearer <token>'
{}
OAuth Scope
api_creds:delete_credentials

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Path Parameters

client_id
string
required

The client_id of the credentials to delete.

Response

200 - application/json

A successful response.

The response is of type object.