Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions api-reference/openapi/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3479,6 +3479,12 @@
"format": "uuid",
"description": "UUID of the task to delete",
"example": "aade2bce-55c7-468e-a606-c4e76fb2ea2a"
},
"account_id": {
"type": "string",
"format": "uuid",
"description": "UUID of the account to delete the task for. Only applicable when the authenticated account has access to multiple accounts via organization membership. If not provided, the task is deleted for the API key's own account.",
"example": "848cd58d-700f-4b38-ab4c-d9f52a1b2c3d"
}
}
},
Expand Down