Skip to main content

Delete Source by ID

DELETE 

/sources/:id

Use this API to delete a specific source in Identity Security Cloud (ISC). The API removes all the accounts on the source first, and then it deletes the source. You can retrieve the actual task execution status with this method: GET /task-status/{id} A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.

Request

Path Parameters

    id stringrequired

    Source ID.

    Example: 2c9180835d191a86015d28455b4a2329

Responses

Accepted - Returned if the request was successfully accepted into the system.

Schema

    type string

    Possible values: [TASK_RESULT]

    Type of object being referenced.

    id string

    Task result ID.

    name string

    Task result's human-readable display name (this should be null/empty).

Loading...