Delete Requests

Get user’s delete request.

GET delete request

Endpoint

GET /api/v1/delete_requests/:id

Request

Route

GET /api/v1/delete_requests/4

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIyODEiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NTMyNjYxNzUsImV4cCI6MTc1NTg1ODE3NSwianRpIjoiMjNlMzcyOTEtNjkxNS00YjllLWIyMzEtN2NlYWFkYWE3MDkxIn0.Vxxj7C-zsEi7Pz8qdHlr9iinuhexupuOnBENJv_Qz88
Host: example.org
Cookie: 

Query Parameters

{}=

Body

{
}

Response

Simulated Response

Status

200

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
etag: W/"e7db7f554c57f02474cb9aed22dd63bc"
cache-control: max-age=0, private, must-revalidate
x-request-id: 5401a7cd-90c7-49e6-9434-225bf2084061
x-runtime: 0.010930
content-length: 211

Body

{
  "delete_request": {
    "id": 4,
    "created_at": "2025-07-23T10:22:55.934Z",
    "reason": "Suscipit iusto et in.",
    "status": "pending",
    "user": {
      "id": 281,
      "admin": false,
      "contact_phone_number": null,
      "image": null,
      "title": "Leo Lang"
    }
  }
}