---
title: "Delete billing plan credit grant"
method: DELETE
path: "/billing/credits/plan-grants/{plan_grant_id}"
tags: ["credits"]
---

# Delete billing plan credit grant

`DELETE /billing/credits/plan-grants/{plan_grant_id}`

## Path parameters

- `plan_grant_id` string, required

## Query parameters

- `apply_to_existing` boolean

## Response `200`

OK

- object
  - `data` DeleteResponse, required
    - `deleted` boolean — Whether the delete was successful
  - `params` object, required — Input parameters
    - `apply_to_existing` boolean

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

---

[API](https://skmtc.net/schematichq/apis/schematic-api.md) · [All operations](https://skmtc.net/schematichq/apis/schematic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/schematichq/schematic-api/versions/873fb318b08a/schema)
