Cancel a license
DELETE/products/{product_id}/licenses/{license_id}.json
Cancel or delete a license. The Delete action is irreversible and will remove the license from the system.
Request
Responses
- 200
- 204
- 400
- 401
- 402
- 404
A license represents authorization to use available features of the product.
The API has no content to send. This usually happens when some entity is deleted.
Bad request. The request could not be understood by the server due to malformed syntax or arguments.
Unauthorized access error. The request requires authentication but was not provided or the provided authentication does not satisfy the required permissions.
The request is missing the specified argument.
The requested resource was not found.