latestSwagger 2.02026-08-06114161439.7 KB

ccf9bbe34f5a

SMS Broadcast

User can delete specific contact record from list

User can delete specific contact record using contact id

delete/contact-lists/{id}/contacts/{contact_id}

Path parameters

idinteger required

The ID of the contact list containing this contact

contact_idinteger required

Contact ID to delete

Response

contact successfully deleted

resultstring required

Outcome of the request. String, typically 'success' or 'error'.

errstring required

Error message when result='error'. String. Empty/null on success.

datastring

Response payload. Shape varies by endpoint.