Delete a voucher
A voucher can only be deleted when it has no charges yet.
Authorizations
This API uses OAuth 2 with Client Credentials Flow (see: https://www.oauth.com/oauth2-servers/access-tokens/client-credentials).
You can request only a subset of specific scopes for your client, however the available scopes for each client are defined through the client groups in the UI.
Within your token request, you can also send the optional parameter client_type (string with a max length of 32 chars). This value is only used for internal statistics.
Path Parameters
Body
Voucher create request body
comment (must be set when the voucher gets deleted)
255"deleted reason comment"
Response
The server successfully processed the request and is not returning any content.
The response is of type string.
"No Content"