Delete a contact import

DELETEhttps://app.speybooks.com/api/v1/contact-imports/{id}

Delete a contact import. Only imports with status pending or processing can be deleted. Completed imports cannot be removed; they are part of the audit trail.

Path parameters

idstringrequired
Data import ID (e.g. dimp_1). Must not be in completed status.

Response

204Import deleted.

Error codes

404Import not found or not a contacts import.
409Cannot delete a completed import.