Removes the organization from rebranding. Reserved to the owner organization. The organization's assets are deleted with it, so re-adding it starts from an empty configuration.
PATCH
/rebranding/{org_id}/disable
curl \
--request PATCH 'https://my.nethesis.it/backend/api/rebranding/{org_id}/disable' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (403)
{
"code": 403,
"message": "insufficient permissions",
"data": {}
}