cURL
curl --request DELETE \ --url https://api.devin.ai/v1/secrets/{secret_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Permanently delete a secret by its ID. This action cannot be undone.
Documentation IndexFetch the complete documentation index at: https://docs.devin.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.devin.ai/llms.txt
Use this file to discover all available pages before exploring further.
Personal API Key (apk_user_) or Service API Key (apk_)
Successful Response
Response for successful secret deletion.