Skip to content

Delete bulk import part

Request

Deletes a specified part for specified bulk import.

Security
ApiKeyAuth
Path
bulk_import_namestring(name)required
bulk_import_part_namestring(BulkImportPartName)required
Example:part_1
curl -i -X POST \
  'https://api.treasuredata.com/v3/bulk_import/delete_part/{bulk_import_name}/part_1' \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
bulk_importstring(name)required
namestring(name)required
job_idinteger(JobId)

unique identifier of job

Example:19
Response
{ "bulk_import": "string", "name": "string", "job_id": 19 }