---
title: "Replaces address from stream"
method: PATCH
path: "/streams/evm/{id}/address"
tags: ["EVM Streams"]
---

# Replaces address from stream

`PATCH /streams/evm/{id}/address`

Replaces address from a Stream.

## Path parameters

- `id` string, uuid, required — Stringified UUIDv4. See [RFC 4112](https://tools.ietf.org/html/rfc4122)

## Request body

- AddressesRemove
  - `address` union, required — The address or a list of addresses to be removed from the Stream.
    - string
    - string[]

## Response `200`

Ok

- AddressResponse
  - `streamId` string, required — The streamId
  - `address` union, required — Address
    - string
    - string[]

---

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