Skip to main content
DELETE
/
contacts
/
{id}
Delete contact
curl --request DELETE \
  --url https://productlane.com/api/v2/contacts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://productlane.mintlify.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Successful response

id
string
required
deleted
enum<boolean>
required
Available options:
true