For the complete documentation index, see llms.txt. This page is also available as Markdown.

Contact Book

Endpoints for managing contact book entries of business-scoped user IDs

Delete a contact book entry

delete

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_productstringRequired

Messaging product. Must be 'whatsapp'

Default: whatsapp
bsuidstringRequired

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: true
messaging_productstringOptionalExample: whatsapp
successbooleanOptionalExample: true
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?