---
title: "Delete Node Library"
method: DELETE
path: "/workflows/v1/node-libraries/{node_library_id}"
tags: ["Node Libraries"]
---

# Delete Node Library

`DELETE /workflows/v1/node-libraries/{node_library_id}`

Endpoint to delete a node library by its ID.

## Path parameters

- `node_library_id` string, required

## Response `200`

Successful Response

- IResponseModel
  - `message` string, nullable — A message providing additional context about the response.

## Other responses

- `422` — Validation Error

---

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