v1

latestOpenAPI 3.0.0http://www.apache.org/licenses/LICENSE-2.0.html2026-07-14543167.2 KB
users

Remove a user from a Heartbeat community. The user will no longer be able to access the community. Threads, comments & messages from the user will not be removed

delete/users

Request body

emailstring email required

The email of the user to be deleted. If no user with the provided email exists, will return a 404 response.

Example request

{
  "email": "dmoney@scrutefarms.com"
}

Response

Successful response