delete https://endpoint.example.com/admin/license
Deactivate license on the curerent server, so that the license can be re-activated later on another server
Response
200OK
Deactivate license on the curerent server, so that the license can be re-activated later on another server
200OK
xxxxxxxxxx
curl --request DELETE \
--url https://endpoint.example.com/admin/license \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!