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.eyJzdWIiOiIyODEiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NDg1MTY1MDAsImV4cCI6MTc1MTEwODUwMCwianRpIjoiNmU5OTQ3MTEtZjA4Mi00MWViLTg4OWYtZWFhM2RjNWJmMWI5In0.QDe26Wdd591EnApIgYQJf3VsbaF-zBbBSEX2duYge0Q
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/"f5ff71b6fb5601ee4fa38e2c273c66bc"
cache-control: max-age=0, private, must-revalidate
x-request-id: 0108bf46-278b-4ee6-90ff-ac9715a8b59f
x-runtime: 0.006964
content-length: 224
Body
{
"delete_request": {
"id": 4,
"created_at": "2025-05-29T11:01:40.556Z",
"reason": "Aut recusandae vero provident.",
"status": "pending",
"user": {
"id": 281,
"admin": false,
"contact_phone_number": null,
"image": null,
"title": "Kim Schinner"
}
}
}