POST /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId}/bulk-delete
Uploads external IDs of entities that need to be deleted in Okta from the Identity Source for the given session
Servers
- https://{yourOktaDomain}
Path parameters
Name | Type | Required | Description |
---|---|---|---|
sessionId |
String | Yes |
The ID of the Identity Source Session |
identitySourceId |
String | Yes |
The ID of the Identity Source for which the session is created |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
entityType |
String | No |
Possible values:
|
profiles[] |
Array | No | |
profiles[].externalId |
String | No |
The external ID of the entity that needs to be deleted in Okta |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.