How to Delete a User

To delete a user, send a DELETE request.

https://api.nuubit.net/v1/users/55bff4b8c01a42a2348170f7

cURL example:

curl  -H "Accept: application/json" \
-H "Authorization:X-API-KEY d6e08bfa-92bc-4f3b-aea0-5c3ae2ced841"  \
-X DELETE https://api.nuubit.net/v1/users/55bff4b8c01a42a2348170f7

Response body:

{
  "statusCode": 200,
  "message": "Successfully deleted the user"
}

 

Have more questions? Submit a request

0 Comments

Article is closed for comments.
Powered by Zendesk