» Payment DELETE API Documentation
» Payment DELETE API Documentation

Endpoint: DELETE /api/v3/payments/{payment_id}

Purpose

This endpoint deletes a specific payment record identified by its payment_id.

Use Case

Used when a payment needs to be removed from the system due to an error or invalid entry.

Path Parameters

ParameterTypeDescription
payment_idstringUnique identifier for the payment to be deleted.

Request

No data is required for the request body.

Response

The response confirms the successful deletion of the payment with a 204 No Content status. No additional data is returned.