Delete a Purchase Payment: /purchase-payments/{purchase_payment_id}
DELETE
https://dev-api.exsited.com/api/v3/purchase-payments/{purchase_payment_id}
Try It Out
Purpose
This API deletes an existing purchase payment record identified by its unique ID. Once deleted, the payment will no longer be available for retrieval.
Use Case
- To remove incorrect or duplicate purchase payment entries.
- To comply with accounting corrections or audit adjustments.
- To allow administrators to maintain clean and accurate payment records.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| purchase_payment_id | string | Yes | Unique identifier of the purchase payment to be deleted. |
Query Parameters
This endpoint does not accept query parameters.
Request Body
This endpoint does not require a request body.
Response
This endpoint does not return a response body. Upon successful execution, the account is deleted and an HTTP 204 No Content status code is returned.