---
title: "Disassociate a flag from a call"
method: DELETE
path: "/empower/flag/{flag_id}/call/{call_uuid}"
tags: ["empower"]
---

# Disassociate a flag from a call

`DELETE /empower/flag/{flag_id}/call/{call_uuid}`

Removes the association between a flag and a call.

**Permission:** `Empower Write` required.

**Monitoring:** No impact.

## Path parameters

- `flag_id` integer, required
- `call_uuid` string, uuid, required

## Response `200`

Successful operation — the flag has been disassociated from the call.

## Other responses

- `400` — Bad request — invalid flag ID or call UUID format.
- `401` — Unauthorized — missing or invalid token, or insufficient Empower Write permission.
- `404` — Not found — the specified flag or call does not exist.
- `500` — Internal server error.

---

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