DELETE
/
links
/
{linkId}
Delete a link
curl --request DELETE \
  --url https://api.codeqr.io/links/{linkId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Default authentication mechanism

Path Parameters

The id of the link to delete. You may use either linkId (obtained via /links/info endpoint) or externalId prefixed with ext_.

Response

200
application/json

The deleted link ID.

The response is of type object.