---
title: "PUT /oauth/providers/cascade-delete/{jobId}"
method: PUT
path: "/oauth/providers/cascade-delete/{jobId}"
tags: ["OAuthProviders"]
---

# PUT /oauth/providers/cascade-delete/{jobId}

`PUT /oauth/providers/cascade-delete/{jobId}`

Create cascade delete job for oauthProvider resource.

## Path parameters

- `jobId` string, required

## Query parameters

- `oauthProviderId` string, required
- `api-version` string, required

## Response `202`

Accepted

- OAuthProviderCascadeDeleteJob — Schema of oauth provider cascade delete job.
  - `oauthProviderId` string, required — The id of the oauth provider.
  - `id` string — Unique job id.
  - `status` string — Status of the job. Possible values: 'Waiting', 'Running', 'Succeeded', 'Failed', 'Cancelled'.
  - `durationInSeconds` number, double — Duration of the job in seconds.
  - `message` string — Status message to capture more details of the job.
  - `errorCode` string — Error Code when job failed.
  - `createdDateTime` string, date-time — Job created at dateTime. Sample format: yyyy-MM-ddTHH:mm:ssZ.
  - `lastActionDateTime` string, date-time — Job was last acted upon at dateTime. Sample format: yyyy-MM-ddTHH:mm:ssZ.
  - `startTime` string, date-time — Job start time when available. Sample format: yyyy-MM-ddTHH:mm:ssZ.
  - `endTime` string, date-time — Job end time when available. Sample format: yyyy-MM-ddTHH:mm:ssZ.
  - `name` string — Name to identify resource.
  - `description` string — Textual description of the resource.
  - `createdBy` string — Created by user/tenant id.
  - `modifiedBy` string — Modified by user/tenant id.
  - `properties` object — A collection of key value pairs that belongs to the resource. Each pair must not have a key greater than 50 characters and must not have a value greater than 150 characters. Note: A maximum of 25 key value pairs can be provided for a resource and only string, numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/azure/apis/agrifood-agfoodplatform.md) · [All operations](https://skmtc.net/azure/apis/agrifood-agfoodplatform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/agrifood-agfoodplatform/revisions/33cf1de6e0c4/schema)
