Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://apigw.bienport.com/api/user/delete \ --header 'Authorization: <authorization>' \ --header 'Content-Type: */*' \ --header 'OrganizationId: <organizationid>' \ --data ' { "userId": 12312314 } '
{ "message": "<string>", "success": true }
Access Token
Organization ID
deleteUserRequest
Delete User Request Model
User Id
12312314
SuccessResult model with success message in 'message' field
SuccessResult Api Model
Was this page helpful?