Delete Contact
Path parameters
-
Contact ID
DELETE
/v1/contacts/{id}
curl \
-X DELETE http://localhost:4000/v1/contacts/uuidv4
Response examples (204)
{
"data": {
"id": "<uuid v4>",
"category": "person",
"last_name": "Muster",
"first_name": "Melanie"
}
}