v1

latestSwagger 2.02026-08-06114161439.7 KB
SMS Broadcast

User can delete specific contact record

User can delete specific contact record using contact id

delete/contacts/{contact_id}

Path parameters

contact_idinteger required

Contact ID for the record to be deleted

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.