Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Status CodeHeader FieldDescription 
204 No ContentDeactivation successful.
403 Forbidden

License order has been disabled or license deactivation is not allowed.

404 Not FoundCannot deactivate license.

...

Code Block
languagejs
firstline1
linenumberstrue
HTTP/1.1 204 No Content

 

 

 

Code Block
languagejs
firstline1
linenumberstrue
HTTP/1.1 Forbidden
 
{
    "message": "Cannot deactivate license."
}

 

 

 

For more information about HTTP methods, see Supported HTTP methods.