Deactivate QR Card
The `DELETE` request is used to deactivate a QR card with the specified `id`.
### Response
The response for this request is a JSON object with the following schema:
``` json
{
"success": true
}
```
The `success` key indicates whether the deactivation operation was successful (`true`) or not (`false`).
Path parameters
id
Headers
DICE-APP-ID
X-CLIENT-ID
X-CLIENT-SECRET
Response headers
request-id
Response
OK
success

