PATCH /rebranding/{org_id}/disable

Owner-only. Disables rebranding for a specific organization.

Path parameters

  • org_id string Required

    Logto organization ID (logto_id, not the database UUID)

Responses

  • 200

    Rebranding disabled

  • 403 application/json

    Forbidden - insufficient permissions

    Hide response attributes Show response attributes object
    • code integer
    • message string
    • data object | null
PATCH /rebranding/{org_id}/disable
curl \
 --request PATCH 'https://api.your-domain.com/api/rebranding/{org_id}/disable' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (403)
{
  "code": 403,
  "message": "insufficient permissions",
  "data": {}
}