Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Delete License

view on GitHub

Delete License is available as both a pgutil command and an HTTP Request, and will delete a specified license.

Command Specification (CLI)

The licenses delete command is used to delete a license.

The --code option is always required.

Deleting a license requires the license code (e.g. ABC-1.0):

pgutil licenses delete --code=ABC-1.0

HTTP Request Specification

To delete a specified license simply DELETE to the URL with the license id and an appropriate API Key.

POST /api/licenses/delete?code=«license-id»

HTTP Response Specification

A successful 200 response indicates that the specified license has been deleted. A 403 response indicates a missing, unknown, or unauthorized API Key. A 404 response indicates that the specified license does not exist.