Delete secret
secret
Delete secret
Delete a secret by its unique identifier
DELETE
Delete secret
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 We are preparing our documentation and source code for our first release. For any questions & to meet the founders, please fill in this form
curl --request DELETE \
--url https://api.example.com/api/secret/v1/{secret_id}{
"success": true
}Delete a secret by its unique identifier
curl --request DELETE \
--url https://api.example.com/api/secret/v1/{secret_id}{
"success": true
}