Skip to main content
DELETE
/
v1
/
users
/
api
/
clients
/
{client_id}
Delete OAuth2 Client
curl --request DELETE \
  --url https://api.aries.com/v1/users/api/clients/{client_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "invalid request",
  "codes": [
    {
      "code": "INVALID_PASSWORD",
      "description": "Password must be between 8 and 64 characters",
      "field": "password"
    }
  ],
  "metadata": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

client_id
string
required

Client ID to delete

Response

Client deleted successfully