CancelActionExecution Method

Description

Cancels a running action execution. The action will stop and execute any cancelling logic.

HTTP Request

PUT https://api.skeddly.com/api/ActionExecutions/<id>/Cancel

URL Parameters

id

The ID of the action execution to cancel.

Type: string

Required: Yes

Returns

An ActionExecution object.

Sample Request

Sample Response

Last updated