Delete Contact Note

DELETE https://app.alaaqat.com/api/contacts/{contact_id}/notes/{_id}

_id is the ID for Note

Body

none

Response

{
    "message": "Entity was deleted Successfully",
    "data": []
}