AVMPayment MethodsDelete Payment Source

API Description

  • Delete existing payment source
DELETE
/api/v2/company/payment-source/{payment_source_id}

Path Parameters

NameDataTypeValue
payment_source_id
StringOD1SPC03tfx1UCd3iOZC1712482456398

Responses

🟢 Success
{
	"success": true,
	"message": "Payment source has been successfully deleted",
	"data": {},
	"meta": {},
	"errors": []
}