Path parameters
-
api_key_id
string Required The API Key ID.
DELETE
/users/auth/keys/{api_key_id}
curl \
--request DELETE 'https://{{hostname}}/api/v1/users/auth/keys/{api_key_id}' \
--user "username:password"
The API Key ID.
curl \
--request DELETE 'https://{{hostname}}/api/v1/users/auth/keys/{api_key_id}' \
--user "username:password"