DELETE
/api/v1/links/:idDelete a link
Permanently deletes a link. The short URL immediately stops redirecting. This action cannot be undone.
Authorization
Authorizationstringheaderrequired
Bearer token. Format: Bearer YOUR_API_KEY
Path Parameters
idstringpathrequired
The ID of the link to delete.
curl -X DELETE https://app.brevr.io/api/v1/links/clx1abc2def3ghi4 \
-H "Authorization: Bearer YOUR_API_KEY"{ "success": true }Last updated on