Bulk delete contacts
Deletes contacts by ids or clears all contacts
Query Parameters
- guids string
Provides 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 string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...