DELETE
/users/auth/keys
curl \
--request DELETE 'https://{{hostname}}/api/v1/users/auth/keys' \
--user "username:password" \
--header "Content-Type: application/json" \
--data '{
"keys": [
"string"
]
}'
curl \
--request DELETE 'https://{{hostname}}/api/v1/users/auth/keys' \
--user "username:password" \
--header "Content-Type: application/json" \
--data '{
"keys": [
"string"
]
}'