---
title: "Delete Permissions for a Resource"
method: DELETE
path: "/v1/permissions/{id}"
tags: ["Permissions"]
---

# Delete Permissions for a Resource

`DELETE /v1/permissions/{id}`

Delete permissions for a specific resource (such as a table, table view, or process).

## Path parameters

- `id` string, uuid, required

## Response `200`

Successfully deleted permissions for the resource.

## Other responses

- `403` — Unauthorized action - User lacks necessary permissions.
- `404` — Resource or accessor not found.

---

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