Delete Default Team Members
Users & Authentication
Delete Default Team Members
Delete default team members (specific or all)
DELETE
Delete Default Team Members
Remove default team members from your configuration. You can delete a specific member by email or clear all default members at once.Documentation Index
Fetch the complete documentation index at: https://docs.projectdiscovery.io/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
This endpoint provides two deletion modes:- Specific deletion: Provide an
emailto remove a single default member - Clear all: Send empty body
{}to remove all default members
This only affects future team creation. Existing teams and their members remain unchanged.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
email | string | No | Email of specific member to remove. Omit to remove all |
Examples
Delete Specific Member
Delete All Default Members
Alternative Approach
Instead of deleting individual members, you can also use the Set Default Team Members endpoint with an updated list, which replaces the entire configuration at once.Authorization
Only owner or admin of the workspace (identified byX-Team-Id) can delete default members.Authorizations
Headers
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Body
application/json
Email of specific member to remove. Omit to remove all
Response
Example response