Cancel or delete a task
Tasks that are running, pending, or throttled can be canceled by invoking this method. Invoking this method for other tasks will delete them.
The output data associated with a deleted task will be deleted from persistent storage in accordance with our data retention policy. Aborted and deleted tasks will not be able to be fetched again in the future.
Path parameters
The ID of a previously-submitted task that has not been canceled or deleted.
Headers
The version of the RunwayML API being used. You can read more about versioning here.
Response
This endpoint will produce a 204 No Content response indicating successful cancellation or deletion. Calling this endpoint for tasks which have already been deleted or aborted will result in a 404: for idempotency purposes, it is safe to ignore these 404 errors.