TEASEDocs
API ReferencePages & Publish

Remove the notification sound

Removes the optional sound from the draft notification banner. 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}/sound
curl -X DELETE "https://example.com/api/admin/notification/string/sound"
Empty
{  "detail": {    "code": "domain_not_found",    "message": "Domain 'onlydasha.com' is not registered"  }}