Delete an Activity
DELETE {{base_url}}/activity/:ActivityID
Use this endpoint to delete a single activity from the Activities hub.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
startWorkflow | string | Optional. |
The flag that indicates whether or not the trigger for a workflow is initiated.
Use "N" if you want to bypass the trigger. Otherwise, the default is "Y," which initiates the workflow. |
| activityTypeFlag
| string | | Optional.
The flag that indicates whether or not to create an exception from the normal activity updates.
This is mainly used for handling updates to the occurrences of recurring activities such as delete operations.
Use "E".
NOTE: This is only required when deleting occurrences of recurring activities. |
| startDate
| string | | Optional.
The start date and time of the activity, in UTC time format (such as "2020--08-13T13:15:00.000").
NOTE: This is only required when deleting occurrences of recurring activities. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
""