---
title: "Delete a resthook subscription"
method: DELETE
path: "/v3/resthook_subscriptions/{id}"
tags: ["Webhooks"]
---

# Delete a resthook subscription

`DELETE /v3/resthook_subscriptions/{id}`

Deletes the specified resthook subscription from the database.

## Path parameters

- `id` integer, required — Resthook subscription's ID.

## Response `204`

Delete successful, no content returned

## Other responses

- `400` — Bad request. If it is a validation error will contain a list of each invalid field
- `401` — Authorisation error
- `default` — UnexpectedError

---

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