Delete API key
Delete or invalidate the API key.
DELETE
/users/auth/keys/{api_key_id}
curl \
--request DELETE 'https://{{hostname}}/api/v1/users/auth/keys/{api_key_id}' \
--user "username:password"
Delete or invalidate the API key.
curl \
--request DELETE 'https://{{hostname}}/api/v1/users/auth/keys/{api_key_id}' \
--user "username:password"