Remove License Key
Remove a license key
Request
URI
DELETE
https://{api_host}/v1/license-keys/{key}
COPY
Path Parameters
string
key
Required
The 29 alpha numeric character license key with hyphens
key example
4J6TH-3XK57-480X4-0E9H6-2X00P
Responses
204
No content
Operation doesn't return any data structure
404
License key not found
Operation doesn't return any data structure
500
Internal server error
Returns Error of type(s) application/json
{
"errorCode": "string",
"errorType": "string",
"arguments": [
"string"
],
"context": {
"context": "string"
},
"message": "string",
"remediationMessage": "string",
"causes": [
{
"type": "string",
"message": "string"
}
],
"nestedErrors": [
"Error Object"
],
"referenceToken": "string"
}
string
errorCode
Optional
The minor error code
string
errorType
Optional
The error type
array of string
arguments
Optional
The arguments used to localize the message, Can be used by scripts to automate the error processing.
object
context
Optional
The error context (e.g. the component where it occurred).
string
message
Optional
The localized error message
string
remediationMessage
Optional
The localized remediation error message
string
referenceToken
Optional
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
License Keys Operations
POST
Add License Key
GET
Get Domain Licensing Info
GET
Get License Check Result By ID
GET
Get License Information
GET
Get License Key
GET
Get License Keys
GET
Get License Product Types
GET
Get System Licensing Info
DELETE
Remove License Key
PUT
Set License Key For Resource
POST
Start License Check By Resource
PATCH
Update License Key