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 cannot deactivate license, because it's not allowed for end user.

404 Not FoundCannot deactivate licenseLicense does not exist.

Example response

Code Block
languagejs
firstline1
linenumberstrue
HTTP/1.1 204 No Content

 

 

 

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

 

 

...

Code Block
firstline1
linenumberstrue
HTTP/1.1 404 Not Found
 
{
    "message": "License does not exist."
}

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