Skip to main content

Remove Feature from a User

Remove a feature from a user.

caution

This endpoint has been deprecated and will be phased out at the end of 2023. Please update any existing usages of it to use the Delete Warrant endpoint instead.

Endpoint
DELETE /v1/users/:userId/features/:featureId

Parameters

ParameterDescriptionTypeRequired
userIdThe userId of the user you want to remove the feature from.URL paramyes
featureIdThe featureId of the feature you want to remove from the user.URL paramyes

Request

curl "https://api.warrant.dev/v1/users/fs987balkshe/features/dashboard" \
-X DELETE \
-H "Authorization: ApiKey YOUR_KEY"

Response

200 OK