Skip to content

Delete a branding asset (logo, favicon, or og-image) from a status page.

DELETE
/status_page/{status_page_id}/branding/asset/{asset_type}
curl --request DELETE \
--url https://api.siteqwality.com/status_page/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/branding/asset/example \
--header 'Authorization: Bearer <token>'
status_page_id
required
string format: uuid

Status page identifier

asset_type
required
string

Asset type: logo, favicon, or og_image

Asset deleted

Missing or invalid authentication

Asset not found

Internal server error