---
title: "Delete a destination"
method: DELETE
path: "/api/v1/project/{projectid}/destinations/{id}"
tags: ["Destinations"]
---

# Delete a destination

`DELETE /api/v1/project/{projectid}/destinations/{id}`

Permanently delete a specified destination.

## Path parameters

- `projectid` string, required
- `id` integer, required

## Response `200`

OK

## Other responses

- `400` — failed to validate request
- `401` — unauthorized
- `404` — destination not found
- `500` — failed to delete destination

---

[API](https://skmtc.net/datazip-inc/apis/olake-ui-api.md) · [All operations](https://skmtc.net/datazip-inc/apis/olake-ui-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datazip-inc/olake-ui-api/versions/f1bcf21b1556/schema)
