Skip to main content

refundsDelete

Deletes all specified refunds. The refunds must be in the REQUESTED state to be able to be deleted

refundsDelete(
ids: [ID!]!
): RefundBulkDelete

Arguments

refundsDelete.ids ● [ID!]! non-null scalar

List of refund IDs to delete.

Type

RefundBulkDelete object

Deletes all specified refunds. The refunds must be in the REQUESTED state to be able to be deleted

Was this page helpful?