Deletes an existing contact item specified by {itemId}.
DELETE https://api.snapaddy.com/grabber/v1/contactitem/{itemId}
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| itemId | string | ID of the contact item |
Required |
This request requires the use of one of following authorisation methods:
API key
.
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK The contact item was deleted successfully. |
|
| 401 | Unauthorized Unauthorized |
Error |
| 404 | Not Found Not Found |
Error |
| 500 | Internal Server Error Internal Server Error |
Error |