Delete White Label

Delete a white label integration.

Args:

db: The database session auth_context: The current authentication context white_label_id: The ID of the white label to delete

Returns:

white_label (schemas.WhiteLabel): The deleted white label

Path parameters

white_label_idstringRequired

Headers

X-API-KeystringOptional
X-Organization-IDstringOptional

Response

Successful Response
namestring
source_short_namestring
redirect_urlstring
client_idstring
client_secretstring
allowed_originsstring
idstringformat: "uuid"
organization_idstringformat: "uuid"
created_atdatetime
modified_atdatetime
created_by_emailstring or nullformat: "email"
modified_by_emailstring or nullformat: "email"

Errors