Skip to main content
DELETE
/
short-links
/
{linkCode}
Delete a short link
curl --request DELETE \
  --url https://api.passmint.com/short-links/{linkCode} \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>",
  "success": true
}

Authorizations

x-api-key
string
header
required

Headers

x-api-key
string
required

Path Parameters

Response

200

message
string
required
success
boolean
required