cURL
curl --request DELETE \ --url https://lancepilot.com/api/v3/workspaces/{workspace}/contact-imports/{contact-import} \ --header 'Authorization: Bearer <token>'
{ "message": "Resource deleted successfully.", "status": 200 }
Delete a contact import by ID in the specified workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"Resource deleted successfully."
200