Delete a Project Budget Transfer

delete

/api/restapi/budgetTransfer/{budgetTransferId}

Send a request to this endpoint to delete a project budget transfer. The application object with an ID value that matches the value of the {budgetTransferId} path parameter will be deleted.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

204 Response

Successful operation with no content.

404 Response

Invalid input for the Project Budget Transfer service. Verify the request contains valid data, then resubmit the request.
Back to Top