Depending on whether a specific recurring detail was in the request, result is either [detail-successfully-disabled] or [all-details-successfully-disabled].
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DisableResult",
"title": "DisableResult",
"properties": {
"response": {
"description": "Depending on whether a specific recurring detail was in the request, result is either [detail-successfully-disabled] or [all-details-successfully-disabled].",
"type": "string"
}
},
"type": "object"
}