Skip to main content
DELETE
/
automation
/
actions
/
2026-03
/
{appId}
/
{definitionId}
/
functions
/
{functionType}
/
{functionId}
cURL
curl --request DELETE \
  --url 'https://api.hubapi.com/automation/actions/2026-03/{appId}/{definitionId}/functions/{functionType}/{functionId}?hapikey='
This response has no body data.

Supported products

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer<int32>
required
definitionId
string
required
functionId
string
required
functionType
enum<string>
required
Available options:
POST_ACTION_EXECUTION,
POST_FETCH_OPTIONS,
PRE_ACTION_EXECUTION,
PRE_FETCH_OPTIONS

Response

Last modified on March 30, 2026