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.eyJzdWIiOiIyNzQiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3Mzc1NTE1NTcsImV4cCI6MTc0MDE0MzU1NywianRpIjoiNjY1NTk2YTEtMDIzZC00NzE5LWE1NzAtYTNiZDg3YzM0ZWQzIn0._wSVk-Y8hxdexYhnbf_j1koisQsBl0OcSxleM07PDhE
Host: example.org
Cookie: 

Query Parameters

{}=

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/"9fb6b73c9820a5c6a9b466cf8f01e46a"
cache-control: max-age=0, private, must-revalidate
x-request-id: 550bb0e7-ec4d-475b-83c5-0a4219af8324
x-runtime: 0.010545
content-length: 227

Body

{
  "delete_request": {
    "id": 4,
    "created_at": "2025-01-22T13:12:37.118Z",
    "reason": "Consequatur quo est quisquam.",
    "status": "pending",
    "user": {
      "id": 274,
      "admin": false,
      "contact_phone_number": null,
      "image": null,
      "title": "Nigel Balistreri"
    }
  }
}