v1
latestOpenAPI 3.0.02026-07-2491237338.9 KBWhatsApp Phone Numbers
Delete a phone number business username
Deletes the active Business Username for a WhatsApp business phone number. This operation removes the currently active Business Username. It does not cancel or remove a reserved Business Username request. If a reserved request still exists after deletion, the returned businessUsernameStatus remains reserved; otherwise it becomes not_set.
delete/whatsapp/phoneNumbers/{wabaId}/{phoneNumber}/businessUsername
Path parameters
wabaIdstring required
Example:whatsapp-business-account-id
WhatsApp Business Account ID.
phoneNumberstring required
Example:+16315551111
Phone number in E.164 format.
Response
Successfully deleted the business username.
Example response
{
"success": true,
"id": "1234567890123456",
"wabaId": "whatsapp-business-account-id",
"phoneNumber": "+16315551111",
"businessUsernameUpdatedAt": "2026-05-26T12:00:00.000Z"
}