Deletes licensing information for the cluster
DELETE /_license
curl \
-X DELETE http://api.example.com/_license
Response examples (200)
{
"acknowledged": true
}
curl \
-X DELETE http://api.example.com/_license
{
"acknowledged": true
}