In new REST API (the one loaded as server module) you can do POST on endpoint /v1/objects/{object-id}/set-managed where {object-id} is ID of interface object and content is JSON
For old REST API (the one implemented as Java web app) request body will be the same but URL will look like /objects/{object-id}/set-managed
Best regards,
Victor
Code Select
{
"managed":false
}
For old REST API (the one implemented as Java web app) request body will be the same but URL will look like /objects/{object-id}/set-managed
Best regards,
Victor