deleteContactListContactById
Deletes a contact in the contact list by its ID.
Request
DELETE https://api.bytehand.com/v2/contact_lists/listId/contacts/contactId
Parameters
Path Parameters | |
---|---|
contactId | number Required parameter. Unique contact ID. |
listId | number Required parameter. Unique ID of the contact list. |
Authorization
Requires authorization and access right contacts_manage.
Response
Upon successful completion of the request, an object of type Response is returned.