Delete service account tokens Added in 5.5.0

DELETE /_security/service/{namespace}/{service}/credential/token/{name}

Delete service account tokens for a service in a specified namespace.

Path parameters

  • namespace string Required

    An identifier for the namespace

  • service string Required

    An identifier for the service name

  • name string Required

    An identifier for the token name

Query parameters

  • refresh string

    If true then refresh the affected shards to make this operation visible to search, if wait_for (the default) 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
DELETE /_security/service/{namespace}/{service}/credential/token/{name}
curl \
 -X DELETE http://api.example.com/_security/service/{namespace}/{service}/credential/token/{name}
Response examples (200)
{
  "found": true
}