---
title: "Delete a payment resource"
method: DELETE
path: "/v1/checkout/payment-resources/{id}"
tags: ["Payment-Resources"]
---

# Delete a payment resource

`DELETE /v1/checkout/payment-resources/{id}`

Permanently deletes the specified payment resource. Operation is irreversible and returns HTTP 204 No Content.

## Path parameters

- `id` string, required

## Headers

- `Content-Type` string
- `PayPal-Auth-Assertion` string — Header for an API client-provided JWT assertion that identifies the merchant. Establishing the consent to act-on-behalf of a merchant is a prerequisite for using this header.

## Response `204`

Payment resource deleted successfully. No content returned.

## Other responses

- `500` — An internal server error has occurred.
- `default` — The error response.

---

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