DELETE/api/admin/branding/{asset}Admin

Remove a custom branding asset

Deletes the uploaded image of one branding asset slot so the deployment's default is served again.

operationId delete_api_admin_branding_assetAdministration

Authentication & permissionsAdmin

Platform administrators only

Accepted credentials
Who may call
Platform administrators only

Path parameters

NameTypeDescription
asset*"favicon" | "icon" | "opengraph-image"

Branding asset slot

Responses

application/json
PropertyTypeDescription
success*true
data*object
key*string
JSONExample
"success"true
"data"
"key""string"

Example request

bashcurl
curl -X DELETE 'https://auth.schemavaults.com/api/admin/branding/<asset>' \
  -b 'refresh_token_<auth_server_app_id>=<value>'

Other methods on this path

DELETE /api/admin/branding/{asset} | SchemaVaults Auth API