Disconnects a client
Disconnects the client from the voucher cloud and resets all credentials
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.
Response
The server successfully processed the request and is not returning any content.
The response is of type string.
"No Content"