Delete Smart Link

Delete Smart Link

API Endpoint

https://eu.cpaas.bics.com/api/v2/

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

DELETE

{endpoint}link/urls/{id}

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

Example Request

cURL - cURL
curl --location --globoff --request DELETE '{endpoint}api/v2/link/urls/{smartlink_id}' \
--header 'Accept: application/json' \
--data-urlencode 'long_url=https://www.mobtexting.com' \
--data-urlencode 'title=new-smart-link'

Example Response

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