Skip to main content
DELETE
Delete Short Link
After deletion, the short URL stops resolving immediately and the code may be reused by a future mint.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<ulid>
required

Unique identifier for a short link. Returned on create and required to delete the short link.

Pattern: ^slk_[0-9A-HJKMNP-TV-Z]{26}$
Example:

"slk_01JB7K3N2QZP7TVR4FX8SDWFH9"

Response

No Content