---
title: "Delete Book API"
method: DELETE
path: "/v1/books/{id}"
tags: ["Books"]
---

# Delete Book API

`DELETE /v1/books/{id}`

Delete Book API

## Path parameters

- `id` integer, required

## Response `204`

Book Deleted Successfully

## Other responses

- `500` — Something went wrong

---

[API](https://skmtc.net/systangotechnologies/apis/typescript-boilerplate.md) · [All operations](https://skmtc.net/systangotechnologies/apis/typescript-boilerplate/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/systangotechnologies/typescript-boilerplate/versions/357b8ddc3d82/schema)
