Skip to content

deleteOrgSecret

Request

Security
authorization and appId
Path
platformstringrequired
orgstringrequired
secretNamestringrequired
Headers
authorizationany

SCM access token

mend-appIdany

(Optional) Id of your Mend application

curl -i -X DELETE \
  'https://developer-api.mend.io/api/v1/orgs/{platform}/{org}/secrets/{secretName}' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'authorization: {authorization}' \
  -H 'mend-appId: YOUR_API_KEY_HERE'

Responses

OK