cURL
curl --request DELETE \ --url https://{host}/api/{session}/labels/{labelId} \ --header 'apikey: <api-key>'
{ "success": true, "message": "Label deleted successfully" }
Delete an existing label
200
400
401
404
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.
object