Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://linkryse.com/v1/links/{linkId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>" }
Permanently delete a link.
curl --request DELETE \ --url https://linkryse.com/v1/links/link_123 \ --header 'Authorization: Bearer sk_live_...'
await linkryse.links.delete('link_123');