Reset branding to the platform default
Clear every override in one step, so every surface shows the platform default again. Takes the revision from your last read, so a concurrent change is reported.
DELETE
Clears the whole layer in one step. Afterwards
layer is {} and every surface shows the platform default. configured stays true, because branding has now been saved at least once.
revision is required and travels as a query parameter. Send the revision from your last read. If anyone has saved or reset branding since, the request fails with 409 and nothing is changed. A successful reset returns revision increased by one.
Resetting branding requires the owner or admin role. Other roles receive 403. See Branding.
integer
required
The
revision from your last read, as decimal digits. A missing or non-numeric value returns
400; a stale value returns 409.Response
Returns200 OK with the reset branding.
object
required
Always
{} after a reset.integer
required
The new revision.
boolean
required
true after a reset.string
required
When the reset happened, ISO 8601 in UTC.
string | null
required
Identifier of the user or API key that performed the reset.
Last modified on September 26, 2026