GET/POST /public/api/deleteuser

Description

Delete user profile

Usage

Request body: { "APIkey": "Company_APIkey" "ID": "123", "EmailAddress": "email@address.com" } * Values "ID" and "EmailAddress" are optional. The user to delete can be identified by supplying either the "ID" or "EmailAddress". Response: 200 OK Response body: none