---
title: "Remove a source from a topic"
method: DELETE
path: "/api/v1/messages/topics/{topic}/sources/{subnet}"
tags: ["Message", "Topic"]
---

# Remove a source from a topic

`DELETE /api/v1/messages/topics/{topic}/sources/{subnet}`

Remove a source (subnet) that is allowed to send messages for a specific topic.

## Path parameters

- `topic` string, byte, required
- `subnet` string, required

## Response `204`

Source removed successfully

## Other responses

- `400` — Invalid topic format or subnet

## Changes

- **2025-04-10** `e2165a0513dc` — 1 info
  - endpoint added
- **2023-10-26** `1c37c167d50d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/threefoldtech/apis/mycelium-management/changes/api/v1/messages/topics/:topic/sources/:subnet/delete.md)

---

[API](https://skmtc.dev/threefoldtech/apis/mycelium-management.md) · [All operations](https://skmtc.dev/threefoldtech/apis/mycelium-management/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/threefoldtech/mycelium-management/revisions/65042c1a7b84/schema)
