TEASEDocs
API ReferencePages & Publish

Remove the notification avatar

Removes the avatar from the draft notification and disables the banner (a banner cannot be enabled without an avatar). Requires a write-scoped key.

Authorization

bearerAuth
AuthorizationBearer <token>

Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.

In: header

Path Parameters

domain*string

Registered hostname, e.g. onlydasha.com.

Response Body

application/json

DELETE
/api/admin/notification/{domain}/avatar
curl -X DELETE "https://example.com/api/admin/notification/string/avatar"
Empty
{  "detail": {    "code": "domain_not_found",    "message": "Domain 'onlydasha.com' is not registered"  }}