Bulk delete contacts
Deletes contacts by ids or clears all contacts
Query Parameters
- guids stringProvides group of Contact id's that must be deleted If param is not provided all contacts will be deleted 
Responses
- 200
- 401
OK
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError information 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...