Drivers

Delete driver

DELETE driver

Endpoint

DELETE /api/v1/drivers/:id

Request

Route

DELETE /api/v1/drivers/332

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIzMzMiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NDI0NjQ5MTMsImV4cCI6MTc0NTA1NjkxMywianRpIjoiYzQxOGI1YWQtNjgzNC00YWY0LWFlNzktNmYwMGYzODk2MTBmIn0.VdJl_jwIm7UKyNkTcfnDm1T3BOl4mIVcSCP5Ig73opQ
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: 836c8ca3-a371-426f-98ab-9c197a516d2a
x-runtime: 0.007284
content-length: 96

Body

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