AirGarage API Docs
  • AirGarage API Overview
  • Spots API
  • Rentals API
    • List rentals
    • Start rental
    • Get rental
    • End rental
Powered by GitBook
On this page

Was this helpful?

  1. Rentals API

End rental

End or cancel a rental

DELETE https://api.airgarage.com/rentals/[UUID]

To end or cancel a rental, you can do a DELETE request. This can be used if you have an ongoing monthly rental without an end date and the user wishes to cancel.

Path Parameters

Name
Type
Description

UUID

string

UUID of the rental

PreviousGet rental

Last updated 3 years ago

Was this helpful?