Delete Instance
Supported & TestedDelete an existing WhatsApp instance owned by the user.
DELETEhttps://api.waplix.io/api/v1/instances/delete
Authentication
Authorization: Bearer YOUR_API_KEY Parameters Specification
| Parameter | Type | Required | Description |
|---|---|---|---|
| instance_id | string | Required | Waplix instance id slot |
instance_id
stringReq Waplix instance id slot
Usage Notes
This is a destructive endpoint. Verification checks and ownership validation are enforced.
Request Payload Example
Request
curl -X DELETE "https://api.waplix.io/api/v1/instances/delete" \
-H "Authorization: Bearer YOUR_API_KEY"Success Response
Response · 200 OK
{
"success": true,
"message": "Instance deleted",
"data": {
"instance_id": "demo_instance",
"status": "deleted"
},
"error": null
} Was this page helpful?