API Docs

Delete URL DELETE

This endpoint allows you to delete a single URL by Slashtag or ID.

https://t2mio.com/api/v1/urls/:SLASHTAG
https://t2mio.com/api/v1/urls/:ID

Note: If you have multiple short URLs with the same slashtag on different domains, please use an ID based endpoint.

Request

Parameter Type Position Constraint Description
apikey string Header Required Your 20-30 characters unique api key.
apisecret string Header Required Your 12-20 characters unique api secret.
Content-Type string Header Required Value: application/json

Response

{
    "status": 200,
    "message": "ok",
    "data": {
        "rows_deleted": 1
    }
}