Skip to Content

Delete App

Permanently deletes an app. This action cannot be undone.

Endpoint

DELETE /api/v1/partner/apps/:app_id

Path Parameters

ParameterTypeRequiredDescription
app_idUUIDYesThe app’s unique identifier

Response

Success 200 OK

{ "success": true, "message": "App deleted successfully" }

Errors

StatusErrorDescription
400Invalid app IDapp_id is not a valid UUID
401UnauthorizedInvalid or missing API key
403Access deniedApp belongs to another partner
404App not foundApp 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}