Closed
Description
Is there a way to support invalidating multiple API keys via their IDs with a single request? For example, perhaps we could support comma-separated IDs?
DELETE /_security/api_key
{
"id" : "key1,key2,key3"
}
CC @bizybot
Is there a way to support invalidating multiple API keys via their IDs with a single request? For example, perhaps we could support comma-separated IDs?
DELETE /_security/api_key
{
"id" : "key1,key2,key3"
}
CC @bizybot