Skip to main content
DELETE
/
crm
/
{id}
Delete a contact
curl --request DELETE \
  --url https://api.example.com/crm/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://developer.meetergo.com/llms.txt

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

Authorizations

Authorization
string
header
required

API Key authentication using Bearer token (format: ak_live_...)

Path Parameters

id
string<uuid>
required

Response

Contact deleted