---
title: "Delete binding"
method: DELETE
path: "/api/v1/functions/{function_id}/bindings/{binding_id}"
tags: ["Functions"]
---

# Delete binding

`DELETE /api/v1/functions/{function_id}/bindings/{binding_id}`

Revokes the scoped credential and removes its env vars.

## Path parameters

- `function_id` string, required
- `binding_id` string, uuid, required

## Response `200`

Binding deleted

## Other responses

- `401` — Authentication required
- `404` — Resource not found

---

[API](https://skmtc.dev/rafftechnologies/apis/raff-api.md) · [All operations](https://skmtc.dev/rafftechnologies/apis/raff-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rafftechnologies/raff-api/revisions/2f4df56be77c/schema)
