All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.api.fleet.delete_secret.json Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
{
  "fleet.delete_secret": {
    "documentation": {
      "url": null,
      "description": "Deletes a secret stored by Fleet."
    },
    "stability": "experimental",
    "visibility":"private",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_fleet/secret/{id}",
          "methods":[ "DELETE" ],
          "parts":{
            "id":{
              "type":"string",
              "description":"The ID of the secret"
            }
          }
        }
      ]
    },
    "params":{}
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy