---
title: "Bulk subject delete job status"
method: GET
path: "/subjects/delete/bulk/{key}/status"
tags: ["subjects"]
---

# Bulk subject delete job status

`GET /subjects/delete/bulk/{key}/status`

Retrieve the job status (and any errors) for the specified bulk subject delete job.

## Path parameters

- `key` integer, required

## Response `200`

Success.

- GetBulkSubjectDeleteStatusResponse — Status of the bulk subject delete request.
  - `status` string — Status.
  - `errors` object[] — An array of errors, if any errors were encountered while attempting to bulk delete subjects.

## Other responses

- `400` — Bad Request
- `404` — Resource Not Found
- `default` — Error

## Changes

- **2018-06-26** (v1) `f21d8f1d76ed` — 1 info
  - endpoint added
- **2018-03-30** (v1) `4ca6b20ef8df` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/salesforce/apis/refocus-api/changes/subjects/delete/bulk/:key/status/get.md)

---

[API](https://skmtc.dev/salesforce/apis/refocus-api.md) · [All operations](https://skmtc.dev/salesforce/apis/refocus-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/salesforce/refocus-api/revisions/42c2153b047e/schema)
