Remove Member

Remove a team member from your organization.

team.manage
DELETE/v1/team/:userId

Example Request

curl
curl -X DELETE "https://proforms.io/api/v1/team/u_editor1" \
  -H "Authorization: Bearer pf_your_api_key"

Response

200 OK
{
  "success": true,
  "data": {
    "message": "Member removed"
  }
}
⚠️
You cannot remove the organization owner. Owners must transfer ownership before they can be removed.