Skip to main content

Delete a Feature

Delete a feature by featureId.

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 Object endpoint instead.

Endpoint
DELETE /v1/features/:featureId

Parameters

ParameterDescriptionTypeRequired
featureIdThe featureId of the feature to delete.URL paramyes

Request

curl "https://api.warrant.dev/v1/features/feature-1" \
-X DELETE \
-H "Authorization: ApiKey YOUR_KEY" \

Response

200 OK