Drivers

Delete driver

DELETE driver

Endpoint

DELETE /api/v1/drivers/:id

Request

Route

DELETE /api/v1/drivers/331

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIzMzIiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NjA5NTA0MzksImV4cCI6MTc2MzU0MjQzOSwianRpIjoiMDk4MTY0NmItN2RlNS00YjQ4LWI2N2ItMWY0NjZjNTBkYjM3In0.Dd5HMJEq7fSbjWPPmBs6ovIUMyStgl1sE3pCO_euicA
Host: example.org
Cookie: 

Body

{
}

Response

Simulated Response

Status

403

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept, Origin
cache-control: no-cache
x-request-id: cf895e58-faa4-400d-8e23-7f0539be9fbf
x-runtime: 0.004965
content-length: 96

Body

{
  "status": "Forbidden",
  "message": "not allowed to destroy? this Symbol",
  "code": 403,
  "backtrace": ""
}