Deactivate QR Card

View as Markdown
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

idstringRequired

Headers

DICE-APP-IDstringOptional
X-CLIENT-IDstringOptional
X-CLIENT-SECRETstringOptional

Response headers

request-idstringOptional

Response

OK
successboolean