Skip to main content
DELETE
Delete Contact

Delete Contact

This endpoint allows you to delete a contact from the system.

Headers

Path Parameters

Parameter Examples

  • Contact ID: 64b8f1a2e4b0c8d9f0123456

Response

Response Parameters

Error Responses

Invalid Request (400)

Unauthorized (401)

Contact Not Found (404)

Internal Server Error (500)

Notes

  • Once a contact is deleted, it cannot be recovered
  • Any associated data (invoices, expenses, etc.) may be affected
  • The deletion is permanent and cannot be undone

Authorizations

X-API-Key
string
header
required

Formation API key for authentication.

Path Parameters

contact_id
string
required

Contact ID

Response

Contact deleted successfully

success
boolean
Example:

true

message
string
Example:

"Contact deleted successfully"

data
object | null

No data returned for delete operation