DeleteAction Method

Description

Deletes an action.

HTTP Request

DELETE https://api.skeddly.com/api/Actions/<id>

URL Parameters

id

ID of the action to delete.

Type: string

Required: Yes

Sample Request

DELETE /api/Actions/a-00000001 HTTP/1.1
Host: api.skeddly.com
Authorization: AccessKey <api key>

Last updated