Skip to main content
POST
/
v1
/
actions
/
wealth
/
dca
/
cancel
Cancel DCA Schedule
curl --request POST \
  --url https://api.aegisintent.xyz/v1/actions/wealth/dca/cancel \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Aegis-Email: <x-aegis-email>' \
  --data '
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.aegisintent.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Cancel an active DCA schedule by its UUID. Any future scheduled executions will be stopped.

Authorizations

Authorization
string
header
required

Provide raw API session token issued by /v1/connect/complete

Headers

X-Aegis-Email
string
required

Agent email address

Body

application/json
id
string<uuid>
required

Response

200

DCA schedule cancelled