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
Successful Response
The response is of type object.
object
Was this page helpful?