---
title: "DELETE /flows/{flowIdentifier}/aliases/{aliasIdentifier}"
method: DELETE
path: "/flows/{flowIdentifier}/aliases/{aliasIdentifier}"
---

# DELETE /flows/{flowIdentifier}/aliases/{aliasIdentifier}

`DELETE /flows/{flowIdentifier}/aliases/{aliasIdentifier}`

Deletes an alias of a flow.

## Path parameters

- `flowIdentifier` string, required
- `aliasIdentifier` string, required

## Response `200`

Success

- DeleteFlowAliasResponse
  - `flowId` string, required — The unique identifier of the flow that the alias belongs to.
  - `id` string, required — The unique identifier of the flow.

## Other responses

- `480` — ThrottlingException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — InternalServerException
- `484` — ResourceNotFoundException
- `485` — ConflictException

---

[API](https://skmtc.net/aws/apis/bedrock-agent.md) · [All operations](https://skmtc.net/aws/apis/bedrock-agent/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/bedrock-agent/versions/a3b2356f17da/schema)
