AlgoJudge documentation0.1
REST reference

Account Deletion

POST/account/deletion-requests

Request Body

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/account/deletion-requests" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "string",  "channel": "string",  "state": "string",  "providerId": "string",  "providerName": "string",  "userId": "string",  "userLogin": "string",  "requestedAt": "string",  "executeAfter": "string",  "resolvedAt": "string",  "detail": "string"}