Delete¶
POST /api/v1/account/delete
Overview¶
Body Parameters¶
| Parameter | Type | Required | Description |
|---|---|---|---|
| accountUUIDs | array | Y | Account UUIDs Example: ['acnt_xxxx', 'acnt_yyyy'] Allow Empty: False |
Additional Parameter Information¶
Request Example¶
curl 'https://external-api.guance.com/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"]}'