Delete a chat wallpaper

DELETE https://z.u1v.ru/api/v1/chat_wallpapers/{wallpaper_id}

Delete a wallpaper owned by the authenticated user.

Usage examples

The -u line implements HTTP Basic authentication. See the Authorization header documentation for how to get those credentials for Zulip users and bots.

curl -sSX DELETE https://z.u1v.ru/api/v1/chat_wallpapers/550e8400-e29b-41d4-a716-446655440000 \
    -u EMAIL_ADDRESS:API_KEY

Parameters

wallpaper_id string required in path

Example: "550e8400-e29b-41d4-a716-446655440000"

Wallpaper UUID.


Response

Example response(s)

Successful response from a UCS extension endpoint. Endpoint-specific fields are returned alongside the standard Zulip success envelope.

{
    "msg": "",
    "result": "success"
}