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.eyJzdWIiOiIzMzIiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NTMyNjYxNzcsImV4cCI6MTc1NTg1ODE3NywianRpIjoiZGIwY2I5ZDUtNjhlNS00MTMzLThjMDgtNzljNTUzYWI4NDc4In0.AZ-ukjChSkef-4Sh-ICw-bGhS9WId09KE7MKoourU3k
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: ed5419d1-8467-494c-b260-2e3a514a611e
x-runtime: 0.005229
content-length: 96

Body

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