Tasks
Delete multiple tasks
Delete multiple tasks in Betayum. Manage compliance task lifecycle, assignments, review approvals, evidence uploads, policy links, and activity history.
delete/v1/tasks/bulk
Request body
Example request
{
"taskIds": [
"tsk_abc123",
"tsk_def456"
]
}Response
Tasks deleted successfully
Example response
{
"deletedCount": 2
}Changes
Changed in 1 of the 51 revisions of this API.1
- ●
deleted the
headerrequest parameterX-Organization-Idrequest-parameter-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●