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