asana_delete_project_status
Remove project status updates from Asana to maintain accurate project tracking and eliminate outdated information.
Instructions
Delete a project status update
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_status_gid | Yes | The project status GID to delete |
Input Schema (JSON Schema)
{
"properties": {
"project_status_gid": {
"description": "The project status GID to delete",
"type": "string"
}
},
"required": [
"project_status_gid"
],
"type": "object"
}