Skip to main content
DELETE
/
v1
/
user
/
team
Delete Team
curl --request DELETE \
  --url https://api.projectdiscovery.io/v1/user/team \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "team_id": "<string>"
}'
This response does not have an example.
Permanently delete a team workspace from ProjectDiscovery Cloud Platform. This is a destructive operation that removes all team data, including scans, assets, vulnerabilities, and configurations.

⚠️ Critical Information

This operation is irreversible! Once a team is deleted, all associated data including scans, assets, vulnerabilities, templates, and configurations will be permanently removed and cannot be recovered.

Disclaimer

  • Only the team owner can delete a team
  • Understand that all team data will be lost permanently

Use Cases

  • Workspace Cleanup: Remove unused or test workspaces
  • Organization Restructuring: Delete deprecated teams during reorganization
  • Compliance: Remove teams as part of data retention policies
  • Resource Management: Clean up temporary or project-specific workspaces

What Gets Deleted

When you delete a team, the following data is permanently removed:
  • All vulnerability scans and results
  • All discovered assets and enumeration data
  • All custom templates and configurations
  • All team settings and preferences
  • All scan histories and logs
  • All team-specific integrations
If you need to preserve any team data, make sure to export it before deletion. There is no way to recover deleted team data.

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Body

application/json
team_id
string
required

Response

OK