DELETE Licenses License Id

DELETE Licenses License Id

Remove a single license key, specified by its UUID.

Request
URI
DELETE
https://{api_host}/api/v2/licenses/{licenseId}
COPY
Path Parameters
string
licenseId
Required

License ID of the license to delete.


Authentication
This operation uses the following authentication methods.
Responses
200

Successfully deleted a license.

Operation doesn't return any data structure

401
Operation doesn't return any data structure

440
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/v2/licenses/{licenseId}