[Frontend Account] Deletion¶
POST /api/v1/account/delete
Overview¶
Body Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
accountUUIDs | array | Y | Account UUID Example: ['acnt_xxxx', 'acnt_yyyy'] Allow empty: False |
Additional Parameter Explanation¶
Request Example¶
curl '<Endpoint>/api/v1/account/delete' \
-H 'Content-Type: application/json' \
-H 'X-Df-Access-Key: <AK key>' \
-H 'X-Df-Nonce: <random string>' \
-H 'X-Df-Signature: <signature>' \
-H 'X-Df-Timestamp: <timestamp>' \
--data-raw $'{"accountUUIDs": ["acnt_xxx"]}'