Superfy Platform API Documentation


Delete Specific User in Company API

Require Authentication

This API is used to delete specific user in company based on combination of deviceID and token.

Only users that have module "user_and_roles_menu" and "manage_user" in their role/department (currently only Administrator) can delete user

Company owner user (first user registered in the system who create the company) can not be deleted.


URL

api/companies/deleteuser/:userID

Required parameter (in URL)

Required parameter (POST)

Optional parameter

Example JSON Payload

{
	"deviceID": "ABCD-EFGH-IJKL-MNOP",
	"token": "bb602ab13b8090268cd6e3bb9dfa39e2"
}

Possible return HTTP status code

Return message

{
  "status": "success",
  "message": ["User \"test@test.com\" has been deleted."]
}