---
title: "Delete a SEPA mandate"
method: DELETE
path: "/api/external/v2/sepa_mandates/{id}"
tags: ["Mandates"]
---

# Delete a SEPA mandate

`DELETE /api/external/v2/sepa_mandates/{id}`

This endpoint allows you to delete a specific SEPA mandate

> ℹ️
> This endpoint requires the following scope: `customer_mandates:all`

## Path parameters

- `id` integer, required

## Response `204`

SEPA mandate deleted

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `403` — Access to this resource forbidden
- `404` — The resource was not found

---

[API](https://skmtc.net/pennylane/apis/company-v2.md) · [All operations](https://skmtc.net/pennylane/apis/company-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pennylane/company-v2/versions/a5b7236473c6/schema)
