Link Deletion in Foxly

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"
}