cURL
curl --request DELETE \ --url https://app.kapso.ai/api/v1/whatsapp_contacts/{identifier}/notes/{note_id} \ --header 'X-API-Key: <api-key>'
{ "error": "Resource not found", "status": 404, "message": "The requested resource could not be found" }
Delete a specific note for a WhatsApp contact
API key required for all endpoints
Contact ID (UUID) or phone number
"contact-789ghi or 1234567890"
Note ID
Note deleted successfully