---
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.

> 🔑 Access with
>
> [Advanced access token with **profiles.write**](/reference/authentication)
>
> [OAuth access with **profiles.write**](/reference/authentication)

## 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/accepting-payments.md) · [All operations](https://skmtc.net/mollie/apis/accepting-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/accepting-payments/revisions/4b45df3039ef/schema)
