---
title: "Disable payment method"
method: DELETE
path: "/v2/profiles/{profileId}/methods/{methodId}"
tags: ["Methods API"]
---

# Disable payment method

`DELETE /v2/profiles/{profileId}/methods/{methodId}`

Disable a payment method on a specific profile.

When using a profile-specific API credential, the alias `me` can be used
instead of the profile ID to refer to the current profile.

## Headers

- `idempotency-key` string

## Response `204`

An empty response.

## Other responses

- `404` — No entity with this ID exists.
- `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)
