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
| Parameter | Type | Required | Description |
|---|---|---|---|
uuid | string | Yes | UUID of the QR code address to delete |
See Errors & Rate Limits for the common error contract used across the API.
Error Codes
| Status | Meaning |
|---|---|
| 401 | Unauthorized |
| 403 | Access Denied or subscription required |
| 404 | Not Found |
| 204 | Success — 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.