---
title: "Delete vendor payment method"
method: DELETE
path: "/vendor-payment-methods/{id}"
tags: ["Vendor Payment Methods"]
---

# Delete vendor payment method

`DELETE /vendor-payment-methods/{id}`

Soft delete a vendor payment method (sets deletedAt timestamp).

The payment method will no longer appear in default queries but can be retrieved
by explicitly filtering for deleted records.

## Path parameters

- `id` string, required

## Response `204`

Vendor payment method deleted successfully

## Other responses

- `400` — Bad request - invalid input
- `401` — Unauthorized - invalid or missing access token
- `404` — Resource not found
- `500` — Internal server error

---

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