Delete an Import Group - Delete an Import Group - Brainware - Brainware Intelligent Capture - Brainware/Brainware-Intelligent-Capture/Foundation-25.1/Brainware-API-Requests/ImportGroup/Delete-an-Import-Group - Foundation 25.1 - Foundation 25.1

Brainware API Requests

Platform
Brainware
Product
Brainware Intelligent Capture
Release
Foundation 25.1
License
ft:lastPublication
2025-12-19T13:36:47.034000
ft:locale
en-US

DELETE /api/v1/ImportGroup

This request deletes the specified import group.

Request Endpoint

/api/v1/ImportGroup

Sample Curl

curl -X DELETE --header 'Accept: application/json' --header 'Pragma: no-cache' --header 'Cache-Control: no-cache' 'http://localhost/BrainwareAPI/api/v1/ImportGroup?name=ImportGroupName'

Sample Request

POST /ImportGroup 
{ 
   "name": "ImportGroupName"
}

Parameters

Parameter Description Type Required
name Import group name string Required

Sample Response

{}

Response Codes

Code Description
204 Import group deleted
404 Import group does not exist.
422 Import group name is invalid.
423 Import group is already used in some external batch creation.