cURL
curl --request DELETE \ --url https://productlane.com/api/v1/contacts/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Delete contact by ID. You can delete only your own contacts, and authentication is required.
DELETE /api/v1/contacts/contact_123456789
{ "success": true, "message": "Contact deleted successfully" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 - 255
Successful response