General Documentation
Agents
Agent Executions
Test Suites
Projects
WhatsApp Conversations
Customers
WhatsApp Configs
Agent Test Chats
Conversation Assignments
WhatsApp Templates
WhatsApp Contacts
WhatsApp Contact Notes
Agent Snapshots
Agent WhatsApp Configs
Agent WhatsApp Configs
Delete agent WhatsApp configuration
Removes a WhatsApp configuration association from the agent
DELETE
/
agents
/
{agent_id}
/
agent_whatsapp_configs
/
{id}
Copy
curl --request DELETE \
--url https://app.kapso.ai/api/v1/agents/{agent_id}/agent_whatsapp_configs/{id} \
--header 'X-API-Key: <api-key>'
Copy
This response does not have an example.
Authorizations
API key required for all endpoints
Response
204
Agent WhatsApp configuration deleted successfully
Copy
curl --request DELETE \
--url https://app.kapso.ai/api/v1/agents/{agent_id}/agent_whatsapp_configs/{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.