Skip to main content
DELETE
/
clients
/
{clientId}
Delete a client by its id
curl --request DELETE \
  --url https://api.leanpay.fr/v1/public/clients/{clientId} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Path Parameters

clientId
string<uuid>
required

Id of the client

Response

Client deleted