Authorization: ********************
{
"entity": {
"id": "string"
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/portalmanager/deleteplugininstance' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"entity": {
"id": "string"
}
}'
{}