/
Delete User
Delete User
An existing user can be deleted with a DELETE
request to /api/users/{userId}
. This also deletes all data associated with that user, such as access tokens, documents, and extractions.
//delete a user
DELETE /api/users/16aecc72-8032-4df6-9686-eaf4ec9532b8 HTTP/1.1
Host: user.gini.net
Authorization: BEARER 74c1e7fe-e464-451f-a6eb-8f0998c46ff6
Content-Type: application/json
, multiple selections available,
Related content
Retrieve User Information
Retrieve User Information
More like this
Create New User
Create New User
More like this
Change User's Password/Email
Change User's Password/Email
More like this
Delete Documents
Delete Documents
More like this
Authenticate Client
Authenticate Client
More like this
Authenticate on Behalf of User
Authenticate on Behalf of User
More like this