Delete a post item
Removes a single pending, rendering or failed item from a post. A rendering item also aborts its render job when no other item still needs it. An item already completed is deleted from the destination network first, and only on networks that allow it. The network's refusal comes back as a 400 and nothing is removed here. An item in publishing is never removable: the media is already on its way.
If the deletion empties the parent post, the post is also removed and post_deleted: true is returned.
Authorization
apiKey In: header
Path Parameters
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/posts/string/items/string"{ "success": true, "item_id": "string", "post_deleted": true}Retry a failed item POST
Re-queues a `failed` item for publishing. The item's `Error` and previous `render_id` are cleared. Only items currently in `failed` state can be retried.
List templates GET
Returns a paginated list of video editing templates. Use `filter=mine` (default) to list your own templates, or `filter=public` for CutPro's built-in public templates. Pass a template's `id` to `POST /clips/{videoId}/submissions/{submissionId}/apply_template` to apply it in bulk to your generated clips.