Delete agency bill promises

You can delete saved agency bill promises. You can only delete promises that are in the saved state. In the user interface, there is a Discard button to delete agency bill promises. When saved promises are deleted, the promise as well as any child objects are deleted. This includes agency cycle promises, agency promise items, and agency suspense promise items.

In Cloud API, delete promises using the following endpoint:

  • DELETE /billing/v1/producers/{producerId}/ab-promised-monies/{abPromisedMoneyId}

For example, the following call deletes promise bc:822 on producer bc:190.

DELETE /billing/v1/producers/bc:190/ab-promised-monies/bc:822

No request body is required. A 204 response is returned if the delete is successful.