DELETE api/v1/Contacts/{id}?token={token}
Delete a contact.
If the contact is not found ==> Exception
Request Information
URI Parameters
| Name | Description | Type/Additional information |
|---|---|---|
| id |
The contact's id |
string
Required |
| token |
The access token |
string |
Body Parameters
None.
Response Description
The deleted CaspitContact