Skip to content

Delete all bulk import parts

Request

Deletes all bulk import parts.

Security
ApiKeyAuth
Path
bulk_import_namestring(name)required
curl -i -X POST \
  'https://api.treasuredata.com/v3/bulk_import/delete_all_parts/{bulk_import_name}' \
  -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 }