curl --request POST \
--url https://api.plurex.io/api/v1/accounts/command/Delete \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>' \
--data '
{
"clientRequestId": "<string>",
"accountId": "<string>"
}
'