---
title: "Delete a source"
method: DELETE
path: "/v1/projects/{projectID}/sources/{sourceID}"
tags: ["Sources"]
---

# Delete a source

`DELETE /v1/projects/{projectID}/sources/{sourceID}`

This endpoint deletes a source

## Path parameters

- `projectID` string, required
- `sourceID` string, required

## Response `200`

OK

- object
  - `message` string
  - `status` boolean
  - `data` HandlersStub, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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