---
title: "Delete an alias"
method: DELETE
path: "/aliases/{aliasName}"
tags: ["collections"]
---

# Delete an alias

`DELETE /aliases/{aliasName}`

## Path parameters

- `aliasName` string, required

## Response `200`

Collection alias was deleted

- CollectionAlias
  - `name` string, required — Name of the collection alias
  - `collection_name` string, required — Name of the collection the alias mapped to

## Other responses

- `404` — Alias not found

---

[API](https://skmtc.dev/typesense/apis/typesense-api.md) · [All operations](https://skmtc.dev/typesense/apis/typesense-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/typesense/typesense-api/revisions/1d9b3b61638e/schema)
