---
title: "Decline Plan"
method: POST
path: "/api/luria/plans/{plan_id}/decline"
tags: ["luria"]
---

# Decline Plan

`POST /api/luria/plans/{plan_id}/decline`

Drop a plan without running it. The generation charge stands — the
planner did the work — which is why the SPA states that cost on the
button that spends it rather than after the fact.

## Path parameters

- `plan_id` integer, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/a00b94573ffe/schema)
