Create delete request by current operator
Delete Requests
POST create delete request
Endpoint
POST /api/v1/delete_requests
Parameters
Name | Description |
---|---|
delete_request[reason] required | Delete request reason |
Request
Route
POST /api/v1/delete_requests
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIyODQiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NTMyNjYxNzUsImV4cCI6MTc1NTg1ODE3NSwianRpIjoiNmUzMjdiYzQtMmVhNS00NzYxLWI5YWMtMDVhNWJmNmVkZTk3In0._gpDfpsG0lwkmo3K9Ek4_yMawLJRPbhHnvL-sEXY8hY
Host: example.org
Cookie:
Body
{
"delete_request": {
"reason": "Dolores natus officia corrupti."
}
}
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/"b173b5182fcf6b7cf56515079989b780"
cache-control: max-age=0, private, must-revalidate
x-request-id: afa536c6-2e5f-4eab-98f5-277a80c38a03
x-runtime: 0.014528
content-length: 227
Body
{
"delete_request": {
"id": 6,
"created_at": "2025-07-23T10:22:55.999Z",
"reason": "Dolores natus officia corrupti.",
"status": "pending",
"user": {
"id": 284,
"admin": false,
"contact_phone_number": null,
"image": null,
"title": "Arnold Jenkins"
}
}
}