> For the complete documentation index, see [llms.txt](https://docs.360dialog.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.360dialog.com/docs/messaging-api/api-reference/contact-book.md).

# Contact Book

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

## Delete a contact book entry

> 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.

```json
{"openapi":"3.1.0","info":{"title":"Messaging API","version":"1.50.0"},"tags":[{"name":"Contact Book","description":"Endpoints for managing contact book entries of business-scoped user IDs"}],"servers":[{"description":"Production server","url":"https://waba-v2.360dialog.io"}],"security":[{"D360-API-KEY":[]}],"components":{"securitySchemes":{"D360-API-KEY":{"description":"API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.","in":"header","name":"D360-API-KEY","type":"apiKey"}},"schemas":{"contact_book.DeleteContactBookEntryResponse":{"description":"Response payload for deleting a contact book entry","properties":{"deleted":{"type":"boolean"},"messaging_product":{"type":"string"},"success":{"type":"boolean"}},"type":"object"},"contact_book.DeleteContactBookEntryErrorResponse":{"description":"Generic Meta error response for contact book operations. Exact message, code, subcode, and details vary by failure reason.","properties":{"error":{"$ref":"#/components/schemas/contact_book.ContactBookAPIError"}},"type":"object"},"contact_book.ContactBookAPIError":{"properties":{"code":{"type":"integer"},"error_data":{"$ref":"#/components/schemas/contact_book.ContactBookErrorData"},"error_subcode":{"type":"integer"},"fbtrace_id":{"type":"string"},"message":{"type":"string"},"type":{"type":"string"}},"type":"object"},"contact_book.ContactBookErrorData":{"properties":{"details":{"type":"string"},"messaging_product":{"type":"string"}},"type":"object"},"utils.ErrorResp":{"properties":{"error":{"type":"string"}},"type":"object"}}},"paths":{"/contact_book":{"delete":{"description":"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.","operationId":"delete-contact-book-entry","parameters":[{"description":"Messaging product. Must be 'whatsapp'","in":"query","name":"messaging_product","required":true,"schema":{"default":"whatsapp","type":"string"}},{"description":"BSUID of the contact book entry to delete, in standard format","in":"query","name":"bsuid","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/contact_book.DeleteContactBookEntryResponse"}}},"description":"Contact book entry deletion request processed successfully"},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/contact_book.DeleteContactBookEntryErrorResponse"}}},"description":"Meta API error with operation-specific code and details"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/utils.ErrorResp"}}},"description":"Unauthorized"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/utils.ErrorResp"}}},"description":"Internal server error"}},"summary":"Delete a contact book entry","tags":["Contact Book"]}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.360dialog.com/docs/messaging-api/api-reference/contact-book.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
