Skip to content
Pile
Esc
navigateopen⌘Jpreview

Create import reject

POST/workspaces/{organizationId}/import/{jobId}/reject
Path parameters
organizationIdstringrequired
jobIdstringrequired
Responses
200Import rejected
okbooleanrequired
jobIdstringrequired
404Import job not found
Try it
Server
Parameters
Request
curl -X POST "/workspaces/string/import/string/reject"
Response
{
  "ok": true,
  "jobId": "string"
}