---
title: "Delete profile"
method: DELETE
path: "/v2/profiles/{profileId}"
tags: ["Profiles API"]
---

# Delete profile

`DELETE /v2/profiles/{profileId}`

Delete a profile. A deleted profile and its related credentials can no longer be used for accepting payments.

## Headers

- `idempotency-key` string

## Response `204`

An empty response.

## Other responses

- `404` — No entity with this ID exists.
- `410` — The requested resource is no longer available. The profile associated with the ID has been deleted and cannot be accessed.
- `429` — Rate Limit has been reached.

---

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