delete_team
Remove a team from the Bugcrowd platform by specifying its unique ID. This tool ensures secure and efficient team management within bug bounty programs.
Instructions
Delete a team.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
}
},
"required": [
"id"
],
"title": "delete_teamArguments",
"type": "object"
}