DELETE
/
api
/
v2
/
ai-actions
/
{ai_action_id}
curl --request DELETE \
  --url https://actions.zapier.com/api/v2/ai-actions/{ai_action_id}/ \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

ai_action_id
string
required

Response

200 - application/json

The response is of type boolean.