curl --location --request DELETE 'http://127.0.0.1/users/auth/keys' \ --header 'Authorization: ApiKey {{EC_API_KEY}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "keys": [ "string" ] }'
{}