Delete a beneficiary

DELETE /companies/{company_id}/beneficiaries/{beneficiary_id}

Delete a specific beneficiary.

Path parameters

  • company_id string Required

    The Company ID given by Fipto.

    Format should match the following pattern: [0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}.

  • beneficiary_id string Required

    The Beneficiary ID given by Fipto.

Responses

  • Beneficiary deleted

DELETE /companies/{company_id}/beneficiaries/{beneficiary_id}
curl \
 -X DELETE https://api.fipto.app/companies/9de0691c-bc8d-409b-8f40-75d4f45db2f3/beneficiaries/g6e0622d-bc8d-409b-8f40-75d4f45db2f3