Sign in

Delete activity definition

documented

Delete a custom activity definition.

DELETE /v1/definitions/activity/deleteActivityno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.ap3api.com/v1/definitions/activity/delete" \
  -X DELETE \
  -H "X-Api-Key: {{AUTOPILOTHQ_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"activity_field_id": "{{$activity_field_id}}"}'
Delete activity definition · Autopilot (Ortto) · OpenIntegrations