curl --request DELETE \
--url https://nimbussuite.com/api/v1/cloudflare/accounts/{accountId}/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"keyId": "<string>"
}
'{
"success": true,
"message": "<string>"
}curl --request DELETE \
--url https://nimbussuite.com/api/v1/cloudflare/accounts/{accountId}/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"keyId": "<string>"
}
'{
"success": true,
"message": "<string>"
}Was this page helpful?