---
title: "Remove a channel's alias (operator)"
method: DELETE
path: "/link/mablnet/channels/{channel}/alias"
tags: ["LinkMablnet"]
---

# Remove a channel's alias (operator)

`DELETE /link/mablnet/channels/{channel}/alias`

Clears the alias on `{channel}`, so the name resolves to its own (canonical) channel again. Safe to call whether or not an alias existed. Operator-only (mabl global / support admin).

## Path parameters

- `channel` string, required

## Response `204`

The alias was cleared (or none existed).

## Other responses

- `401` — User not authenticated
- `403` — User not authorized
- `default` — Unknown error

---

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