---
title: "Remove Chat Background"
method: DELETE
path: "/v1/conversations/{conversation_id}/background"
tags: ["conversations"]
---

# Remove Chat Background

`DELETE /v1/conversations/{conversation_id}/background`

Clear the custom wallpaper for the chat (iMessage only).

Idempotent: deleting a default-background chat returns 204 (no-op).

## Path parameters

- `conversation_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agentphone/apis/agentphone-api.md) · [All operations](https://skmtc.net/agentphone/apis/agentphone-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentphone/agentphone-api/versions/3f3aa65dcd20/schema)
