cURL
curl --request DELETE \ --url https://test.onlinecheckwriter.com/api/v3/payees/{payeeId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Successfully deleted" }
Permanently deletes a payee.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the payee to delete.
Payee deleted successfully.
The response is of type object.
object