Bulk delete openings

Asynchronously remove many openings in a single call. Each item is an opening ID and is processed independently. The same constraints as DELETE /v3/openings/{id} apply per item, so only closed openings with no attached offer and no filling application are deleted. Protected openings fail individually and are reported in the results from GET /v3/bulk_requests/{bulk_action_uuid}. A bulk_action_uuid is returned immediately.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
length ≤ 2048

Optional HTTPS URL Greenhouse will POST to when every row in data has finished. Omit to poll GET /v3/bulk_requests/{bulk_action_uuid} instead.

data
array of numbers
required

Array of integer ids identifying the records to delete. Each id is dispatched to the matching non-bulk DELETE endpoint in its own Sidekiq job.

data*
Responses

401

Unauthorized

413

Payload is larger than 10MB

422

Validation Error

429

Client has more than 5 active jobs

Language
Credentials
Missing 1 required scope
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json