cURL
curl --request DELETE \ --url https://api.eda.prisme.ai/v2/users/{userId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
User management API, reserved to super admins.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Target user id
Valiation token sent by email
Success Response
The response is of type object.
object
Was this page helpful?