DELETE /users/auth/keys
curl \
-X DELETE https://{{hostname}}/api/v1/users/auth/keys \
-d '{"keys":["string"]}'
Request examples
{
"keys": [
"string"
]
}
Response examples (200)
{}