Delete a client

Delete a client

DELETE https://api.complycube.com/v1/clients/:id

Deletes an existing client.

Path Parameters

Name
Type
Description

id

string

The ID of the client.

Headers

Name
Type
Description

Authorization

string

The live or sandbox API key.

Example request

curl -X DELETE https://api.complycube.com/v1/clients/{:clientId} \
     -H 'Authorization: <YOUR_API_KEY>'

Last updated