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

projectIdstringRequiredformat: "uuid"
The id of the project.
retainerIdstringRequiredformat: "uuid"
The id of the retainer.

Response

No Content

Errors