Foxly

System Maintenance Underway: Experience Our Mega Upgrade Soon!

Lifetime Offer Now Live! Don't Miss Out!

Foxly Branded Links, URL Shortener, Custom Domain Links

Link Deletion in Foxly

Table of Contents

Delete a short link by specifying its details.

API Endpoint: #

DELETE /api/user/v1/delete

Request Body:

curl --location --request DELETE 'http://apiv2.foxlyme.com/api/user/v1/delete?short_code=&url_shortner_id=string' \
--header 'api-key: API_KEY'

Query Parameters:

  • short_code (query) – String
  • url_shortner_id (query) – String

Response Body:

{
    "error": false,
    "message": "string"
}