Delete a specific secret
cURL
curl --request DELETE \ --url https://s-server-demo.siftd.ai:9800/api/workspaces/{workspace_id}/secrets/{secret_id} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Secret Name
Organization ID
OK
Was this page helpful?