logoChakra
The agent guru

Delete User

Delete the user

POST
/delete-user

Delete the user

Authorization

bearerAuth
AuthorizationBearer <token>

Bearer token authentication

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/delete-user" \  -H "Content-Type: application/json" \  -d '{}'
{  "success": true,  "message": "User deleted"}