» Refund DELETE API Documentation
» Refund DELETE API Documentation

Delete a Refund Record : /refunds/{refund_id}

DELETE
https://dev-api.exsited.com/api/v3/refunds/{refund_id}
Try It Out
Purpose

This endpoint delete a specific refund record from the system. It permanently removes the refund data identified by its unique ID.

Use Case

The endpoint is used when a refund record must be removed from the system, for example, in cases where the refund was created incorrectly or is no longer valid. It ensures that invalid refund entries do not affect financial reconciliation or reporting.

Path Parameters
Paramter
Type
Description
refund_id
String
Unique identifier of the refund that needs to be deleted.
Query Parameters

This endpoint does not have any query parameters.

Request Body

No request body is required for this endpoint.

Response

The response is empty, but the HTTP status code returned is 204 No Content, indicating that the refund record has been successfully deleted with no further content returned in the body.