Delete application privileges Added in 6.4.0

DELETE /_security/privilege/{application}/{name}

Path parameters

  • application string Required

    Application name

  • name string | array[string] Required

    Privilege name

Query parameters

  • refresh string

    If true (the default) then refresh the affected shards to make this operation visible to search, if wait_for then wait for a refresh to make this operation visible to search, if false then do nothing with refreshes.

    Values are true, false, or wait_for.

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
    • * object Additional properties
      Hide * attribute Show * attribute object
      • * object Additional properties

        Additional properties are allowed.

        Hide * attribute Show * attribute object
DELETE /_security/privilege/{application}/{name}
curl \
 -X DELETE http://api.example.com/_security/privilege/{application}/{name}
Response examples (200)
{
  "additionalProperty1": {
    "additionalProperty1": {
      "found": true
    },
    "additionalProperty2": {
      "found": true
    }
  },
  "additionalProperty2": {
    "additionalProperty1": {
      "found": true
    },
    "additionalProperty2": {
      "found": true
    }
  }
}