---
title: "Deletes a QuickLink. By default performs a soft delete (sets status to Deleted).
Use permanent=true to permanently remove the QuickLink and all related data."
method: DELETE
path: "/Sites/{siteId}/Quicklinks/{id}"
tags: ["QuickLinks"]
---

# Deletes a QuickLink. By default performs a soft delete (sets status to Deleted).
Use permanent=true to permanently remove the QuickLink and all related data.

`DELETE /Sites/{siteId}/Quicklinks/{id}`

By default this performs a soft delete - the QuickLink status is set to Deleted but the record remains in the database.
When permanent=true, the QuickLink and all related tokens and usage logs are permanently removed from the database.

## Path parameters

- `siteId` integer, required
- `id` integer, required

## Query parameters

- `permanent` boolean

## Response `200`

QuickLink deleted successfully

- boolean

## Other responses

- `404` — QuickLink not found
- `500` — Internal server error occurred

---

[API](https://skmtc.net/qpilot/apis/qpilot-api.md) · [All operations](https://skmtc.net/qpilot/apis/qpilot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qpilot/qpilot-api/revisions/b2f13a808fdd/schema)
