Skip to main content

Delete Acquisition

DELETE 

https://secure.fleetio.com/api/v1/acquisitions/:id

Delete an Acquisition

Request

Path Parameters

    id stringrequired

    Possible values: Value must match regular expression ^[0-9]+$

    The id of the relevant record

Responses

OK

Response Headers
    Schema
      idId (integer)

      Possible values: >= 1

      vehicle_idId (integer)required

      Possible values: >= 1

      acquisition_typeAcquisitionType (string)required

      The acquisition type of the asset.

      Possible values: [loan, lease]

      vendor_idNullableId (integer)nullablerequired

      Possible values: >= 1

      lender_idNullableId (integer)nullablerequired

      Possible values: >= 1

      first_payment_datedatenullablerequired

      The date of the first payment for the Acquisition, if applicable.

      Example: 2023-03-14
      number_of_paymentsintegernullablerequired

      For lease type Acquisitions, this number represents the number of months for which the vehicle is leased. For loan type Acquisitions, this number represents the number of payments until the loan is paid off.

      mileage_capintegernullablerequired

      For lease type Acquisitions, this number represents the number of miles allowed each year, before additional charges will be incurred.

      annual_percentage_ratefloatnullablerequired

      For loan type Acquisitions, the annual percentage rate for the loan.

      reference_numberstringnullablerequired

      Optional data for collecting information such as the invoice number, transaction id, or receipt number.

      notesstringnullablerequired

      Optional free text field for additional notes.

      loan_amountfloatnullablerequired

      For loan type Acquisitions, the total principal amount at the start of the loan.

      down_payment_amountfloatnullablerequired

      For loan type Acquisitions, the amount of the initial down payment.

      monthly_costfloatnullablerequired

      Total amount that will be paid each month including any taxes and fees.

      capitalized_costfloatnullablerequired

      Capitalized cost per month of the Vehicle.

      residual_valuefloatnullablerequired

      For lease type Acquisitions, the value of the Vehicle at the end of the lease.

      purchase_pricefloatnullablerequired

      For loan type Acquisitions, the total purchase price of the Vehicle.

      mileage_chargefloatnullablerequired

      For lease type Acquisitions, the amount charged for each mile over the mileage cap.

      acquisition_datedatenullablerequired

      The date on which the Acquisition occurred or began.

      Example: 2023-03-14
      vehicleobjectnullablerequired

      The Vehicle related to the Acquisition.

      lenderobjectnullablerequired

      The Lender related to the Acquisition.

      vendorobjectnullablerequired

      The Vendor related to the Acquisition.

    Authorization: Authorization

    name: Authorizationtype: apiKeyin: headerdescription: Prefix the value with "Token", for example: "Token 76cbe06c49a64".
    You can generate a new API key [here](https://secure.fleetio.com/api_keys).
    name: Account-Tokentype: apiKeyin: headerdescription: You can find your Account-Token [here](https://secure.fleetio.com/api_keys)
    curl -L -X DELETE 'https://secure.fleetio.com/api/v1/acquisitions/:id' \
    -H 'Accept: application/json' \
    -H 'Authorization: Token <Authorization>' \
    -H 'Account-Token: <Authorization>'
    Request Collapse all
    Base URL
    https://secure.fleetio.com/api
    Auth
    Parameters
    — pathrequired
    ResponseClear

    Click the Send API Request button above and see the response here!