DELETE
/
short-links
/
{linkCode}
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
application/json

200

The response is of type object.

DELETE
/
short-links
/
{linkCode}
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
application/json

200

The response is of type object.