Delete a task

This call deletes the specified task. The task is referred to by its ID, which you can obtain by making the call to list all tasks you can access.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

If you are using Seven Bridges Platform EU, please use the following endpoint: https://eu-api.sbgenomics.com/v2/tasks/{task_id}

👍

Deleting tasks

Note that you can only delete draft tasks, not running tasks.

Response

See a list of Seven Bridges Platform-specific response codes that may be contained in the body of the response.

Path Params
string
required

The ID of the task you are deleting. See the section on specifying tasks for details.

Headers
string
required

Your Seven Bridges Platform authentication token. For security reasons, token will not be automatically populated in the generated code sample. Please replace <your-token-here> with your token before executing this call.

Language
LoadingLoading…