delete https://api.zeal.com/contractorPayment
Deletes a contractor payment for a given contractorPaymentID. Can only delete contractor payments that are pending.
Returns
Returns response status and a corresponding message validating the success of contractor payment deletion.
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | object | Confirmation message of successful deletion |
errors | array | If success is false, errors contains a list of error objects.Show child attributesmessage type: string description: Error message status type: number description: HTTP response code code type: number description: Error code (see Error codes ) |