Delete QR Code Address

Delete QR Code Address

DELETE /api/qrcodes/uuid/{uuid}

Delete a QR code address by its UUID. This action cannot be undone.

Path Parameters

ParameterTypeRequiredDescription
uuidstringYesUUID of the QR code address to delete

See Errors & Rate Limits for the common error contract used across the API.

Error Codes

StatusMeaning
401Unauthorized
403Access Denied or subscription required
404Not Found
204Success — no content returned

Example Request

curl
curl -X DELETE http://staging.didyougo.com.au/api/qrcodes/uuid/ABC123DEF456GHI789JKLM \
  -H "Authorization: Bearer your_api_key:your_api_secret"

Try It

Try it

Requests are sent without cookies — you must provide a valid Bearer <api_key>:<api_secret> header.

API Response
Click the Send API Request button above and see the response here!

Example Response

204 No Content — Empty response body on success.