Delete Smart Link

Delete Smart Link

API Endpoint

https://portal.mobtexting.com/api/v2/

Note: Few elements in the endpoint may change from service to service.

DELETE

{endpoint}link/urls/{id}

Replace the with the actual id of the link that you would like to delete.

Example Request

Example Response

{
  "status": "OK",
  "code": 200,
  "message": "Link Deleted Successfully",
  "data": []
}