---
title: "Delete the context"
method: DELETE
path: "/context-api/v2/projects/{projectId}/contexts/{contextUid}"
tags: ["Context"]
---

# Delete the context

`DELETE /context-api/v2/projects/{projectId}/contexts/{contextUid}`

Deletes the context metadata and the content.
All linked context resources (e.g. CSS, images, and fonts) will also eventually be cleaned up if no other context has them linked.
As well, bindings of this context to strings are removed, and strings are marked as having no context.

## Path parameters

- `projectId` string, uuid, required
- `contextUid` string, uuid, required

## Response `200`

OK

- object
  - `response` SuccessResponse, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.

## Other responses

- `400` — Provided request parameters are invalid.
- `401` — Provided credentials are not valid.
- `404` — Context not found
- `429` — Too many simultaneous API requests.
- `500` — Unexpected error

---

[API](https://skmtc.net/smartling/apis/smartling-rest-api-reference.md) · [All operations](https://skmtc.net/smartling/apis/smartling-rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartling/smartling-rest-api-reference/versions/2a73d11e9b98/schema)
