---
title: "Delete policy"
method: DELETE
path: "/cdn/logs_uploader/policies/{id}"
tags: ["Logs uploader"]
---

# Delete policy

`DELETE /cdn/logs_uploader/policies/{id}`

Delete the logs uploader policy from the system permanently.

Notes:
- **Irreversibility**: This action is irreversible. Once deleted, the logs uploader policy cannot be recovered.

## Path parameters

- `id` integer, required

## Response `204`

Successful.

## Other responses

- `400` — Policy cannot be deleted if it's assigned to any logs uploader config.
- `403` — Feature is disabled for your account.
- `404` — Policy do not exist or has been deleted.

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
