cURL
curl --request DELETE \ --url https://api.contextual.ai/v1/users \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>" } '
{}
Delete a given user.
user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The schema used for removing a user
The email of the user
Successful Response
The response is of type EmptyResponse · object.
EmptyResponse · object
Was this page helpful?