General Documentation
Agents
Agent Executions
Test Suites
Projects
WhatsApp Conversations
Customers
WhatsApp Configs
Agent Test Chats
Conversation Assignments
WhatsApp Templates
WhatsApp Contact Notes
Agent Snapshots
WhatsApp Contact Notes
Delete a note
Delete a specific note for a WhatsApp contact
DELETE
/
whatsapp_contacts
/
{identifier}
/
notes
/
{note_id}
Copy
curl --request DELETE \
--url https://app.kapso.ai/api/v1/whatsapp_contacts/{identifier}/notes/{note_id} \
--header 'X-API-Key: <api-key>'
Copy
This response does not have an example.
Authorizations
API key required for all endpoints
Path Parameters
Contact ID (UUID) or phone number
Example:
"contact-789ghi or 1234567890"
Note ID
Response
204
Note deleted successfully
Copy
curl --request DELETE \
--url https://app.kapso.ai/api/v1/whatsapp_contacts/{identifier}/notes/{note_id} \
--header 'X-API-Key: <api-key>'
Copy
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.