Unmount a project
DELETE/api/hive/v1/workspaces/:workspaceId/secrets/:id/mounted-projects/
Unmounts a project from this workspace secret. This revokes the project's access to the secret's value. Does not delete the root workspace secret itself.
Request
Responses
- 204
- 400
- 403
- 404
Project successfully unmounted (or wasn't mounted)
Project ID must be specified inside URL route
Access denied - must be workspace owner
Secret not found