Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DeleteIdpSettings
A list of IDP settings to remove from the organization.
Parameters
Name Type Description

clientIds

Set(String)

Required
Not null

Ids of the associated clients

identityProviderId

Integer

Required
Not null
Minimum value: 1

Id of the identity provider

Json Format
{
identityProviderId: Integer,
clientIds: Set(String)
}