v1

latestOpenAPI 3.1.02026-07-26189891.1 MB
Members

Delete a member

Removes a member from the organization. This does not delete the user.

delete/v1/config/members/{email}

Path parameters

emailstring required

Email of a member

Example:testemail@gmail.com

Response

The member was removed successfully, a simple status is returned.

messagestring

The status of the request in a human-readable form

deletedboolean

Indicates whether the member was deleted

Example response

{
  "message": "Member removed successfully.",
  "deleted": true
}