Payees

Delete Payee by Id

This API will delete Payee by Id (UUID). Deletion by ID is not allowed if:

* Payee ID is not found

* If Payee has not been on-boarded

* If Payee is in grace period

* If Payee has existing payments

Please use V3 instead.

delete/v1/payees/{payeeId}

Path parameters

payeeIdstring uuid required
Example:2aa5d7e0-2ecb-403f-8494-1865ed0454e9

The UUID of the payee.

Response

No content. Payee Id accepted for deletion.

Changes