Documentation Index
Fetch the complete documentation index at: https://docs.contactswing.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your ContactSwing JWT Bearer token.
Path Parameters
Unique customer identifier from ContactSwing dashboard.
Response
200 OK - Customer deleted successfully
Deletion confirmation details
“Request processed successfully”
404 Not Found - Customer not found
Example Request
curl -X DELETE 'https://prod-contactswing-fastapi-962560522883.us-central1.run.app/v2/_customers/YOUR_CUSTOMER_ID' \
-H 'Authorization: Bearer YOUR_JWT_TOKEN'