Delete a secret by name

DELETE /organizations/{org-slug}/secrets/{secret-name}

Delete a secret by name

Path parameters

Responses

  • No Content

  • Unauthorized

    Hide response attribute Show response attribute object
  • Forbidden

    Hide response attribute Show response attribute object
  • Not found

    Hide response attribute Show response attribute object
DELETE /organizations/{org-slug}/secrets/{secret-name}
curl \
 --request DELETE 'https://api.bitrise.io/v0.1/organizations/{org-slug}/secrets/{secret-name}' \
 --header "Authorization: $API_KEY"
Response examples (401)
{
  "error_msg": "string"
}
Response examples (403)
{
  "error_msg": "string"
}
Response examples (404)
{
  "error_msg": "string"
}