REST reference
Account Deletion
Ta strona jest po angielsku
Polskie tłumaczenie obejmuje sekcje Instalacja i utrzymanie i Korzystanie z AlgoJudge. Pozostałe sekcje są materiałem technicznym i pozostają po angielsku.
POST
/account/deletion-requestsTypeScript 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"}