Deletes the contact with the given id, unless it is already in use.
cURL
curl --request DELETE \ --url http://localhost:3000/api/v1/contacts/{contactId}
{ "code": "general/unauthorised" }
The id of the specific contact
The contact was deleted successfully.