Endpoint to delete a retainer for a project. Deletes all related retainer budgets.
The user must have the ProjectMasterData write permission for the project to access this endpoint.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
projectId
The id of the project.
retainerId
The id of the retainer.
Response
No Content
Errors
400
Bad Request Error
404
Not Found Error

