Skip to Content
edgebootUsersDelete user

Delete user

DELETE/api/v1/integrations/user/{username}Users

Deletes or deactivates a user from the token account.

Path parameters

ParameterTypeRequiredDescription
usernamestringYesUsername/email identifier.

Responses

HTTPDescription
200`success: true` with confirmation text (`User removed successfully`).
401Unauthorized - invalid or missing Bearer token.
404Account/user not found (for example `User doesn't exist`).

Response payload

Success response (200)

Example

Last updated on