Skip to Content

Delete User

Permanently deletes a user and all their associated apps (WABAs). This action cannot be undone.

Endpoint

DELETE /api/v1/partner/users/:user_id

Path Parameters

ParameterTypeRequiredDescription
user_idUUIDYesThe user’s unique identifier

Response

Success 200 OK

{ "success": true, "message": "User and associated apps deleted successfully" }

Errors

StatusErrorDescription
400Invalid user IDuser_id is not a valid UUID
401UnauthorizedInvalid or missing API key
404User not foundUser doesn’t exist under your account

Warning: Deleting a user also deletes all their apps, WABA connections, and associated data. This cannot be reversed.

Try It

DELETE/api/v1/partner/users/{user_id}Delete a user
{user_id}