Skip to main content
DELETE
/
v1
/
shortcuts
/
{slug}
Delete shortcut
curl --request DELETE \
  --url https://api.uselora.com/v1/shortcuts/{slug} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "requestId": "<string>",
  "code": "<string>",
  "traceId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://uselora.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

slug
string
required

The shortcut's slug.

Response

Shortcut deleted (no body).