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

# Disable payment method

`DELETE /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.

> 🔑 Access with
>
> [API key](/reference/authentication)
>
> [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.
- `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)
