Documentation Index
Fetch the complete documentation index at: https://docs.wappfy.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Description
This endpoint allows you to delete an existing label. When deleting a label, it will be removed from all chats that were using it.
URL Parameters
WhatsApp unique session ID
ID of the label to be deleted
Response
Indicates if the label was deleted successfully
{
"success": true,
"message": "Label deleted successfully"
}
Status Codes
200 - Label deleted successfully
400 - Invalid parameters
401 - Unauthorized
404 - Label not found
Usage Example
curl -X DELETE https://api.wappfy.com.br/api/my-session/labels/label123
Your Wappfy API key (get it at dash.wappfy.com.br)
The response is of type object.