Deletes a retainer from the specified project.
Deletes the specified retainer and its related budgets.
<Check title="Required Permissions" icon="key">The user must have `project-master-data:write` permission for the project.</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

