cURL
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.
Delete team (require 0 members)
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
OK
Was this page helpful?