Delete Payout
delete_payoutDelete a payout from a disbursement permanently. Requires payout ID, disbursement ID, company ID, and a reason.
Instructions
Deletes a payout from a disbursement. Use this to permanently delete the specified Payments. This cannot be undone. Permanently removes the specified Payments. This action cannot be undone. Required parameters: company_id, disbursement_id, payout_id, deletedReason. Procore API: Construction Financials > Payments. Endpoint: DELETE /rest/v1.0/companies/{company_id}/payments/disbursements/{disbursement_id}/payouts/{payout_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| disbursement_id | Yes | URL path parameter — unique identifier for the disbursement. | |
| payout_id | Yes | URL path parameter — unique identifier for the payout. | |
| deletedReason | Yes | JSON request body field — reason for deleting the payout |