---
title: "PATCH /v0/mandates/{mandate-id}"
method: PATCH
path: "/v0/mandates/{mandate-id}"
tags: ["Mandates"]
---

# PATCH /v0/mandates/{mandate-id}

`PATCH /v0/mandates/{mandate-id}`

Update a mandate. Currently only cancellation is supported: set `status` to `cancelled` with a `cancellation-reason`.

## Path parameters

- `mandate-id` string, required

## Request body

- object
  - `status` 'cancelled' | 'active' | 'expired'
  - `cancellation-reason` 'cancelled-by-griffin' | 'debtor-deceased' | 'cancelled-by-creditor' | 'account-closed' | 'cancelled-by-debtor'

## Response `200`

OK

## Other responses

- `204` — No Content
- `401` — Requires an API key to continue
- `404` — Not Found
- `422` — Unprocessable Entity

---

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