Delete a payment resource
Delete a payment resource
Permanently deletes the specified payment resource. Operation is irreversible and returns HTTP 204 No Content.
DELETE
Delete a payment resource
Authorizations
Oauth 2.0 authentication.
Headers
The media type. Required for operations with a request body. The value is application/<format>, where format is json.
Required string length:
1 - 255Pattern:
^[A-Za-z0-9/+-]+$An API-caller-provided JSON Web Token (JWT) assertion that identifies the merchant. For details, see PayPal-Auth-Assertion.
Path Parameters
The payment resource id for which to show details.
Required string length:
1 - 127Pattern:
^[A-Z]{3}-[A-Z0-9]+$Response
Payment resource deleted successfully. No content returned.