meta { name: Delete Task type: http seq: 5 } delete { url: {{api_url}}/tasks/:id/ body: none auth: none } headers { Authorization: Token {{auth_token}} } params:path { id: 1 }