Delete App
Permanently deletes an app. This action cannot be undone.
Endpoint
DELETE /api/v1/partner/apps/:app_idPath Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
app_id | UUID | Yes | The app’s unique identifier |
Response
Success 200 OK
{
"success": true,
"message": "App deleted successfully"
}Errors
| Status | Error | Description |
|---|---|---|
400 | Invalid app ID | app_id is not a valid UUID |
401 | Unauthorized | Invalid or missing API key |
403 | Access denied | App belongs to another partner |
404 | App not found | App doesn’t exist |
Warning: Deleting an app removes all associated WABA connections and data permanently.
Try It
DELETE
/api/v1/partner/apps/{app_id}Delete an app{app_id}