Delete a contact
Parameter | Type | Description |
---|---|---|
X-API-KEY | string | Formation API Key (required) |
Parameter | Type | Description |
---|---|---|
contact_id | string | Contact ID (required) |
64b8f1a2e4b0c8d9f0123456
Parameter | Type | Description |
---|---|---|
success | boolean | Indicates if the operation was successful |
message | string | Additional information about the operation |
data | object | Response data for successful requests |
data.id | string | Unique identifier for the deleted contact |
data.deleted_at | integer | Deletion timestamp |
Formation API key for authentication.
Contact ID
Contact deleted successfully
The response is of type object
.