Skip to content

DeleteUserAttribute

DELETE/api/v1/users/{user}/userattributes/{user_attribute}

Remove an attribute from a user.

curl -X DELETE \
-H "Authorization: Bearer ${OBLIQUE_API_KEY}" \
"https://us.oblique.security/api/v1/users/{user}/userattributes/{user_attribute}"

Set OBLIQUE_API_KEY to your API key.

  • namestringrequired

    The attribute to be deleted, identified by the name.

200No body
StatusMeaning
400Malformed request
401Missing or invalid API key
403Not allowed for this API key
404Not found
429Too many requests
500Internal server error