Delete an organization parameter
DELETE/api/v1/orgs/:org/parameters/:key
Removes the parameter. Every check whose config references it will fail with unresolved secret reference at its next execution, so a missing key answers 404 rather than a silent success. Admin only.
Request
Responses
- 204
- 401
- 403
- 404
Parameter deleted
Authentication required
Permission denied
Resource not found