Bulk delete contacts
Deletes contacts by the specified IDs, or clears all contacts if no IDs are provided.
Query Parameters
- guids string
Comma-separated list of contact IDs to delete. If omitted, all contacts are 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...