Delete Company Surge®Report
This endpoint allows you to delete one or many Company Surge® Reports. Reports can not be deleted if they are currently being processed.
Data Types
Request Object
Field name | Type | Description | Default | Notes |
---|---|---|---|---|
Ids | String[] | Array of report ids to be deleted |
|
|
Response Object
Field name | Type | Description |
---|---|---|
Success | bool | Indicates whether a request was successful (true) or not (false) |
Message | string | Error message if success is false |
Request/Response
HTTP Request
HTTP Request Header
Authorization: Basic {AUTH_KEY}
Referer: bombora.com
Content-Type: application/json
HTTP Request Body
Sample Request:
{
"ids" : ["12345-abcde-67891-fghijk"]
}
HTTP Response
If successful, the Company Surge® Reports will be deleted.
Sample Response:
{
"Success":true
}
Comments