cURL
curl --request DELETE \ --url https://api.dualship.run/api/v1/projects/{id}/secrets/{key} \ --header 'Authorization: Bearer <token>' \ --header 'X-Workspace-Id: <x-workspace-id>'
{ "deleted": true }
Delete a secret by key
JWT Bearer token authentication
Workspace ID
Project ID
Secret Key
Secret deleted
Deletion confirmation response
true
Was this page helpful?