Automated Replies
Delete Automated Reply
Delete an automated reply by UUID (soft delete).
The automated reply will be marked as deleted but not permanently removed from the database.
DELETE
Authorizations
Bearer token authentication. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Path Parameters
UUID of the automated reply to delete
Example:
"f8abb450-9ff5-460c-a194-99e30c67c019"
Response
200
application/json
Automated reply deleted successfully
The response is of type object
.
Previous
Send Text MessageSend a text message to a WhatsApp number with optional interactive elements.
**Features:**
- Send simple text messages
- Add interactive buttons (up to 3 buttons)
- Include header and footer text
- Real-time delivery tracking
**Use Cases:**
- Customer notifications
- Interactive customer service
- Marketing messages with call-to-action buttons
- Order confirmations with quick reply options
Next