## Delete **delete** `/api/promptly/tasks/{taskId}` Delete a task and all its run history ### Path Parameters - `taskId: string` ### Returns - `success: optional boolean` ### Example ```http curl https://0ct.com/api/promptly/tasks/$TASK_ID \ -X DELETE \ -H "Authorization: Bearer $0CT_API_KEY" ```