| DELETE | /thunderbolt/delete |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | query | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ApiKey | form | string | Yes | The API Key required for authentication |
| Latitude | form | double | No | Latitude of the user making this request |
| Longitude | form | double | No | Longitude of the user making this request |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| DailyActionsNumber | form | int | No | |
| ThunderBoltActions | form | List<ThunderBoltActionData> | No | |
| ThunderBoltActionEvents | form | List<ThunderBoltActionEventData> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Description | form | string | No | |
| Heading | form | string | No | |
| WasSuccessful | form | bool | No | |
| ModelState | form | Object | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| ActionName | form | string | No | |
| Color | form | string | No | |
| DailyActionCount | form | int | No | |
| ShowNumberInput | form | bool | No | |
| ShowEmailInput | form | bool | No | |
| ShowPlatformInput | form | bool | No | |
| ShowDateTimeInput | form | bool | No | |
| ContactInteractionPlatforms | form | List<EnumOption> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Value | form | int | No | |
| Label | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| CreatedDate | form | string | No | |
| ActionId | form | int | No | |
| ActionName | form | string | No | |
| Color | form | string | No | |
| Notes | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
DELETE /thunderbolt/delete HTTP/1.1 Host: cochraneplus-api-dev.happen.zone Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{"dailyActionsNumber":0,"thunderBoltActions":[{"id":0,"actionName":"String","color":"String","dailyActionCount":0,"showNumberInput":false,"showEmailInput":false,"showPlatformInput":false,"showDateTimeInput":false,"contactInteractionPlatforms":[{"value":0,"label":"String"}]}],"thunderBoltActionEvents":[{"id":0,"createdDate":"String","actionId":0,"actionName":"String","color":"String","notes":"String"}],"description":"String","heading":"String","wasSuccessful":false,"modelState":{}}