Notus API
Smart wallets

Cancel Tax Export Schedule

Cancels an active recurring tax export schedule.

DELETE
/api/v1/wallets/{walletAddress}/tax-export/schedules/{scheduleId}
x-api-key<token>

In: header

Path Parameters

walletAddressstring

Wallet address used for recurring tax exports

scheduleIdstring

Tax export schedule identifier

Response Body

curl -X DELETE "https://api.notuslabs.xyz/api/v1/wallets/0xa2acc967a9fc4fd5d18351d06deb9b8718c18333/tax-export/schedules/0195270f-0ae1-7499-9d2f-5e82a8bb2f17"
Empty
{
  "statusCode": 404,
  "id": "ACCOUNT_ABSTRACTION_ADDRESS_NOT_REGISTERED_WITH_PROJECT",
  "message": "The requested wallet \"0x335e110f9aa64deef43b646b4bdf90aac3c7844c\" is not registered with the project"
}