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

Authorizations

Authorization
string
header
required

Path Parameters

contactId
string<uuid>
required

Id of the contact

Response

Contact deleted