DELETE /platform/license
curl \
-X DELETE https://{{hostname}}/api/v1/platform/license
Response examples (200)
{}
Response examples (404)
# Headers
x-cloud-error-codes: license.license_not_found
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}