contacts:delete| Parameter | Type | Description |
|---|---|---|
id | integer | Required. The contact ID to delete |
message: "Contact deleted successfully". The data field is null.| Status | Code | Description |
|---|---|---|
| 404 | NOT_FOUND | Contact not found |
| 500 | INTERNAL_ERROR | Failed to delete contact |
curl --location --request DELETE '/contacts/1' \
--header 'Authorization: Bearer <token>'{}