Skip to main content

Delete Link

This request deletes a link, targeted by secure ID.

delete /shortener/links/{link_sid}

Sample

A sample DELETE request to delete a link, targeted by secure ID:

curl -X DELETE \
'https://api.carrierx.com/core/v2/shortener/links/a533f53a-7e6f-4822-be3c-3767924ee2a9' \
-H 'Authorization: Bearer 5ebc03d6-8b2b-44ad-bf65-72d4f1491dda'

Response

204 status code with an empty body.

Required Scopes

To delete a Link object, the partner must have one of the following scopes enabled:

  • shortener.manage
  • shortener.delete

Path Arguments

ParameterData TypeDescription
link_sid requiredstringThe secure ID of the link.