Contact Lists
Delete a Contact List
Deletes a contact list and all associated data.
DELETE
/
dispatches
/
contacts
/
lists
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
id
string
requiredThe ID of the contact list to delete.
Response
200 - application/json
message
string
Was this page helpful?