---
title: "Delete string to context bindings"
method: POST
path: "/context-api/v2/projects/{projectId}/bindings/remove"
tags: ["Context"]
---

# Delete string to context bindings

`POST /context-api/v2/projects/{projectId}/bindings/remove`

Delete bindings for specified parameters.

## Path parameters

- `projectId` string, uuid, required

## Request body

- DeleteBatchBindingsRequest — Parameters for bindings to delete search
  - `stringHashcodes` string[] — List of the hashcodes for the strings to delete bindings for.
  - `contentFileUri` string — Content file name to delete bindings for.
  - `contextUid` string, uuid — ContextUID to delete bindings for.
  - `bindingUids` string[] — Unique binding identifier to delete.

## Response `200`

OK

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

## Other responses

- `400` — Validation error
- `401` — Provided credentials are not valid.
- `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)
