Delete a recipient

Delete a recipient

URI

DELETE

https://api.tryduplo.com/v1/recipients/:business_id/:recipient_ref?expand=true

Parameters

Path Param

Query Param

Sample request

curl --location --request DELETE 'https://api.tryduplo.com/v1/recipients/7e7e0728-74a7-41ce-8a05-310e3e2eba4c/rec_W24rwr3r3rwew3?expand=true'

Duplo Response

{
    "data": {},
    "errors": {},
    "message": "Request successful"
}

Last updated