Delete Lists

Delete a specific subscription listobject.

Warning: This action is not reversible via the API. Message history and subscriber list will be unavailable once an object is deleted.

https://app.mojotxt.com/api/v1/{phone_number}/lists/delete/{ListID or Keyword}

Example Request:

GET https://app.mojotxt.com/api/v1/+16146827117/lists/delete/170

Example Result:

{
"result": "success",
"timestamp": 1459374252,
"request": {
"phone": "+16146827117",
"object": "lists",
"verb": "delete",
"id": "170"
},
"message": "The list object was deleted successfully."
}