Delete service account tokens
Added in 5.5.0
Delete service account tokens for a service in a specified namespace.
Path parameters
-
The namespace, which is a top-level grouping of service accounts.
-
The service name.
-
The name of the service account token.
DELETE
/_security/service/{namespace}/{service}/credential/token/{name}
Console
DELETE /_security/service/elastic/fleet-server/credential/token/token42
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
}