Delete service account tokens
Added in 5.5.0
Delete service account tokens for a service in a specified namespace.
Query parameters
-
refresh
string If
true
then refresh the affected shards to make this operation visible to search, ifwait_for
(the default) then wait for a refresh to make this operation visible to search, iffalse
then do nothing with refreshes.Values are
true
,false
, orwait_for
.
DELETE
/_security/service/{namespace}/{service}/credential/token/{name}
curl \
--request DELETE 'http://api.example.com/_security/service/{namespace}/{service}/credential/token/{name}' \
--header "Authorization: $API_KEY"
Response examples (200)
A successful response from `DELETE /_security/service/elastic/fleet-server/credential/token/token42`.
{
"found" : true
}