Delete license

DELETE /platform/license

Deletes the license.

Responses

  • 200 application/json

    The license was deleted.

  • 404 application/json

    The license cannot be found. (code: license.license_not_found)

    Hide headers attribute Show headers attribute
    • x-cloud-error-codes string

      The error codes associated with the response

      Value is license.license_not_found.

    Hide response attribute Show response attribute object
    • errors array[object] Required

      A list of errors that occurred in the failing request

      Hide errors attributes Show errors attributes object
      • code string Required

        A structured code representing the error type that occurred

      • message string Required

        A human readable message describing the error that occurred

      • fields array[string]

        If the error can be tied to a specific field or fields in the user request, this lists those fields

DELETE /platform/license
curl \
 --request DELETE 'https://{{hostname}}/api/v1/platform/license' \
 --user "username:password"