License Cancelled

This problem occurs when the license associated with the client has been cancelled thus rendering the service unavailable.

The license associated with your client/organization has been cancelled. Please contact your SmartBear account manager or representative.

Type URITitleRecommended HTTP Status CodeReference
https://problems-registry.smartbear.com/license-cancelledLicense Cancelled503

Note A problem is generally not meant to be used for end-user input validation, but for client developer convenience.

Example of an license-expired problem details:

{
    "type": "https://problems-registry.smartbear.com/license-cancelled",
    "title": "License Cancelled",
    "detail": "The service is unavailable as the license associated with your client or organization has been cancelled. Please contact your SmartBear account manager or representative",
    "status": 503
}