{{baseUrl}}/contact/:handle
DELETE {{baseUrl}}/contact/:handle
This method allows you to delete a contact within the system
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": [],
"message": "Greeting OK. Login OK. Contatc 'AV-1485837405' not available, trying to delete... OK. Logout OK.",
"success": true,
"error": null
} |
ENDPOINTS