Managed Config Details of Profile on the Installed app
Gets and deletes profiles details on the installed app.
delete
/api/v2/tenants/{tenantId}/integrations/installed/config/{configId}
Delete existing config profiles present in the installed integration
Path Parameters
- configId
manifestConfigUUID
- tenantId
Describes the tenantId of the tenant
get
/api/v2/tenants/{tenantId}/integrations/installed/config/{configId}
Get the config details of profile on the intalled app.
Path Parameters
- configId
manifestConfigUUID
- tenantId
Describes the tenantId of the tenant
00