deleteProjectAsynchronously
Delete project asynchronously
Details
- Method:
POST - Path:
/rest/api/3/project/{projectIdOrKey}/delete - Operation ID:
deleteProjectAsynchronously
Parameters
{
"projectIdOrKey": {
"description": "The project ID or project key (case sensitive).",
"required": true,
"location": "path",
"type": "string"
}
}Usage
from ocp_agent import OCPAgent
agent = OCPAgent()
await agent.register_api('jira')
# Call this tool
result = await agent.call_tool('deleteProjectAsynchronously', {
# Add required parameters here
})