Contact Book
Endpoints for managing contact book entries of business-scoped user IDs
Delete the contact book entry of a business-scoped user ID (BSUID) on your WhatsApp Business phone number. The BSUID must belong to the same business portfolio as the phone number; parent BSUIDs are not supported.
Authorizations
D360-API-KEYstringRequired
API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.
Query parameters
messaging_productstringRequiredDefault:
Messaging product. Must be 'whatsapp'
whatsappbsuidstringRequired
BSUID of the contact book entry to delete, in standard format
Responses
200
Contact book entry deletion request processed successfully
application/json
Response payload for deleting a contact book entry
deletedbooleanOptionalExample:
truemessaging_productstringOptionalExample:
whatsappsuccessbooleanOptionalExample:
true400
Meta API error with operation-specific code and details
application/json
401
Unauthorized
application/json
500
Internal server error
application/json
delete/contact_book
DELETE /contact_book?messaging_product=whatsapp&bsuid=text HTTP/1.1
Host: waba-v2.360dialog.io
D360-API-KEY: YOUR_API_KEY
Accept: */*
{
"deleted": true,
"messaging_product": "whatsapp",
"success": true
}Last updated
Was this helpful?