Delete a secret for a team
DELETE
/
teams
/{team_id}
/secrets
/{secret_id}
Header Parameters
Authorization
Requiredstring
Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token
Path Parameters
team_id
Requiredstring
ID of team
secret_id
Requiredstring
ID of secret
Format:
"uuid"
curl -X DELETE "https://api.devzero.io/backend/v0/teams/string/secrets/497f6eca-6276-4993-bfeb-53cbbbba6f08" \
-H "Authorization: string"
No content