EaserixDocs
DevelopersAPI referenceLinksLinks

Delete a link

Permanently deletes the link and its click history. Owner-only: a link shared with the caller by a teammate is readable but returns 403 here.

View as Markdown
DELETE
/v1/links/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/links/string"
{  "message": "string"}