Loading...
DELETE https://api.3seventy.com/api/v2.1/account/{accountId}/action/{actionId}/execute/{executeId}
Description
Stops the action execution.Path Parameters
accountId | integer | The account Id which owns the action. | required |
actionId | integer | The action which is executing. | required |
executeId | integer | The execution id to stop. | required |
using System;
using System.Collections.Generic;
using System.Linq;
using ThreeSeventy.Vector.Client;
using ThreeSeventy.Vector.Client.Enums;
using ThreeSeventy.Vector.Client.Models;