Skip to main content
DELETE
/
company
/
users
Suspend Company User
curl --request DELETE \
  --url https://api.nuwebgroup.com/v1/company/users \
  --header 'Authorization: Bearer <token>'
{
  "message": "User 'John Doe' suspended successfully!"
}

Authorizations

Authorization
string
header
required

The 'Bearer' token can be obtained from the token management interface or via the login endpoint using your admin user credentials.

Query Parameters

id
integer

The users's ID. This is required if the email field is empty.

email
string

The users email address. This is required if the id field is empty.

Response

Successfully suspended the company user.

data
object