Python
from datagrid_ai import Datagrid client = Datagrid( api_key="My API Key", ) client.secrets.delete( "secret_id", )
Delete a secret.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the secret to delete.
Successfully deleted secret