---
title: "Delete an existing context field"
method: DELETE
path: "/api/admin/context/{contextField}"
tags: ["Context"]
---

# Delete an existing context field

`DELETE /api/admin/context/{contextField}`

Endpoint that allows deletion of a custom context field. Does not validate that context field is not in use, but since context field configuration is stored in a json blob for the strategy, existing strategies are safe.

## Path parameters

- `contextField` string, required

## Response `200`

This response has no body.

---

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