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. |