# Delete contacts Deletes a batch of up to 1000 contacts as specified by the list of contact IDs. The contacts are deleted asynchronously. A event will be generated for every successfully deleted contact. Endpoint: DELETE /v1/projects/{project_id}/contacts Version: 0.0.1 Security: BearerAuth ## Path parameters: - `project_id` (string, required) The unique ID of the project. You can find this on the Sinch Dashboard. ## Request fields (application/json): - `contact_ids` (array, required) List of IDs for contacts to be deleted in Conversation API. ## Response 403 fields (application/json): - `code` (integer) - `message` (string) - `status` (string) - `details` (array) ## Response 500 fields (application/json): - `code` (integer) - `message` (string) - `status` (string) - `details` (array)