# Remove reps from target book `DELETE` `/api/v1/crm-connections/{crm_connection_id}/target-books/{target_book_id}/reps` Soft-deletes the active Book assignment records by setting their status to Deleted. Returns 404 if any rep is not currently assigned to this book — no reps are removed if any are not found. ## 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 | ## Query parameters | Name | Type | Required | Description | |------|------|----------|-------------| | rep_ids | array[string] | yes | Salesforce IDs of reps to remove | ## Response `204 No Content` — `application/json` _No response body._ ## Errors | Status | Description | |--------|-------------| | 400 | Bad Request | | 403 | Forbidden | | 404 | Not Found | | 502 | Bad Gateway |