post https://api.transmitsms.com/delete-from-list.json
Delete contact from one or all lists
Log in to see full request history
Response
Delete contact from one or all lists
xxxxxxxxxx
curl --request POST \
--url https://api.transmitsms.com/delete-from-list.json \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded'
xxxxxxxxxx
{
"list_ids": [
4263168
],
"error": {
"code": "SUCCESS",
"description": "OK"
}
}