{
"enterpriseCode": "string",
"versionId": "string",
"firmwareVersion": "string"
}
curl --location --request POST '/api/oid-config/remove' \
--header 'Content-Type: application/json' \
--data-raw '{
"enterpriseCode": "string",
"versionId": "string",
"firmwareVersion": "string"
}'
{
"code": 0,
"data": null,
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}