Delete the Specified Bulk Import Job - Hyland Content REST API - Current - Current - Ready - Content Innovation Cloud - external

Hyland Content REST API

Platform
Content Innovation Cloud
Product
Hyland Content REST API
Release
Current
License

Deletes the specified job for bulk ingestion.

Base Request

DELETE /api/import/job/[jobId]/purge

where [jobId] is the alphanumeric ID for the bulk import job.

Headers

Header Name Description Required Values
Authorization The access token Required Bearer [access_token]

where [access_token] is a string generated when you complete authentication (see Getting Started)

User-Agent Identity of the client making the request to the server Required [product]/[version]

where [product] is the name of the software you are using to make the request and [version] is the numbered version of the software (for example, MyCompanyProduct/1.0).

For information on other types of values commonly included in user-agent request headers, see the User-Agent HTTP header reference section on the Mozilla developer documentation website.

Sample Request

DELETE /api/import/job/[jobId]/purge

Authorization: Bearer [access_token]
User-Agent: MyCompanyProduct/1.0

Response

No response body is returned.

Status Codes and Errors

The following table lists the returned status codes.

Code Description Notes
204 No Content Deletes the specified job for bulk ingestion.
401 Not Authorized Authentication has failed or was not provided.
403 Not Allowed Access permissions are invalid or missing.
404 Not Found The specified job could not be found.