Permanently delete a secret by its ID. This action cannot be undone.
curl --request DELETE \ --url https://api.devin.ai/v1/secrets/{secret_id} \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the secret to delete
Secret successfully deleted