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.

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Body

application/json

Response

200

OK