# Delete target book `DELETE` `/api/v1/crm-connections/{crm_connection_id}/target-books/{target_book_id}` Sets the status of the target book and any assigned reps to 'Deleted'. Triggers in the package handle downstream cleanup (queue links, distribution round robins). ## Path parameters | Name | Type | Required | Description | |------|------|----------|-------------| | crm_connection_id | string | yes | UUID of the CRM connection | | target_book_id | string | yes | Salesforce ID of the target book | ## Response `204 No Content` — `application/json` _No response body._ ## Errors | Status | Description | |--------|-------------| | 403 | Forbidden | | 404 | Not Found | | 502 | Bad Gateway |