cURL
curl --request DELETE \ --url https://api-public.skipcall.app/v1/contacts/{id} \ --header 'Authorization: Bearer <token>'
{ "error": { "code": "UNAUTHORIZED", "message": "Invalid or revoked API key", "status": 401 } }
Soft-deletes a contact. The contact can no longer be retrieved after deletion.
Documentation IndexFetch the complete documentation index at: https://docs.skipcall.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.skipcall.app/llms.txt
Use this file to discover all available pages before exploring further.
Enter your API Key (sk_live_xxx or sk_test_xxx)
Contact deleted successfully