secrets
Delete an existing secret entry in the DB. This will also delete the associated secret in the cloud provider's secret manager.
Delete an existing secret entry in the database.
Args:
- body: The request body containing the secret id to delete.
- user: The current user, obtained via dependency injection.
- db: The database session, obtained via dependency injection.
Returns:
- The status of the operation.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Represents the current organisation ID for the user (example: 'org_u13TesTDumMyEe5P')
Path Parameters
Response
200
application/json
The status of the operation.
A standard reply for many of our calls which has a 'status' ('success/failure') field and an 'error' field for failures.
Attributes:
- status: The status of the operation. Always one of 'success' or 'failure'.
- error: The error message, if any. Empty string if none.