This endpoint is required when a buyer with a frozen subscription needs to unfreeze the current subscription so it can be used again.
For example:
frozen to active.Subscription has been unfrozen by apiAfter the request is processed, the subscription is moved to the active status and the status 204 is returned without any data indicating the successful completion of the request.
{
"uuid": null,
"message": "Only frozen subscriptions can be unfrozen",
"code": 3000,
"traceId": "1eea5454d76aecfbda7800699dd2462a"
}The list of possible errors for this endpoint, along with their types and interpretation, is provided in the general reference: Endpoint response errors.