Deletes contacts in the contact list.

This method supports the semantics of search queries.

Request

DELETE https://api.bytehand.com/v2/contact_lists/listId/contacts

Parameters

Path Parameters
listId

number

Required parameter. Unique ID of the contact list.

Query Parameters
query

string

Optional parameter. Search query. Use special language for writing queries. Valid search fields are determined by the type of objects being searched. Default is empty query that matches all objects.

Authorization

Requires authorization and access right contacts_manage.

Response

Upon successful completion of the request, an object of type Response is returned.