Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.arklow.io/v1/self/ \ --header 'Content-Type: application/json' \ --header 'x-arklow-auth: <api-key>' \ --data ' { "timestamp": "2023-11-07T05:31:56Z" } '
{ "data": { "id": "<string>", "name": "<string>", "deleted_at": "2023-11-07T05:31:56Z" }, "errors": [ { "code": "<string>", "message": "<string>" } ] }
Delete the authenticated user account.
Default Response
Show child attributes