Documentation Index
Fetch the complete documentation index at: https://docs.tracklysms.com/llms.txt
Use this file to discover all available pages before exploring further.
Deprecated & No-Op: This endpoint is a compatibility stub that always returns success without deleting anything.
This endpoint exists for API compatibility with legacy integrations. It does not delete any data.
Path Parameters
The phone number to delete
Response
curl -X DELETE https://api.tracklysms.com/api/v1/contacts/+14155551234 \
-H "X-Api-Key: your_api_key"
{
"success": true,
"deprecated": true,
"message": "This endpoint is deprecated and performs no operation."
}
To unsubscribe or remove contacts:
- Navigate to Contacts in the dashboard
- Search for the contact
- Click to open their profile
- Use the Unsubscribe button to opt them out
Unsubscribed contacts remain in the system for compliance tracking but will not receive messages.