Delete QR Code Tag
Delete QR Code Tag
DELETE /api/qrcode-tags/uuid/{uuid}
Soft-delete a QR code tag by its UUID. The tag will be removed from active results but may be restored later.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
uuid | string | Yes | UUID of the tag to delete |
See Errors & Rate Limits for the common error contract used across the API.
Error Codes
| Status | Meaning |
|---|---|
| 401 | Unauthorized |
| 404 | Not Found — tag does not exist |
| 500 | Internal Server Error |
Example Request
curl
curl -X DELETE http://staging.didyougo.com.au/api/qrcode-tags/uuid/XYZ789UVW123RST456MNOP \
-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
json
204 No Content