Skip to main content

Delete a User

Delete a user by userId.

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/users/:userId

Parameters

ParameterDescriptionTypeRequired
userIdThe userId of the user to delete.URL paramyes

Request

curl "https://api.warrant.dev/v1/users/d6ed6474-784e-407e-a1ea-42a91d4c52b9" \
-X DELETE \
-H "Authorization: ApiKey YOUR_KEY" \

Response

200 OK