Get user’s delete request.
Delete Requests
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.eyJzdWIiOiIyODEiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NDI0NjQ5MTEsImV4cCI6MTc0NTA1NjkxMSwianRpIjoiZmM2YWQwZjItZDg3MC00YzUzLThmYjktZTA0M2M5NDExNTYzIn0.cU-EVN0ak8z5jmKlFy0nMZsuMDqHhMPH1f4toeHId0U
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/"e671e6316cd21424607966c7e5fe044e"
cache-control: max-age=0, private, must-revalidate
x-request-id: 188e66b6-0702-4678-8cc9-a1e608326e5f
x-runtime: 0.009869
content-length: 222
Body
{
"delete_request": {
"id": 4,
"created_at": "2025-03-20T10:01:51.984Z",
"reason": "Aut incidunt molestias sit.",
"status": "pending",
"user": {
"id": 281,
"admin": false,
"contact_phone_number": null,
"image": null,
"title": "Arletta Boehm"
}
}
}