DELETE
/
rentals
/
{rentalId}
curl --request DELETE \
  --url https://restapi.gputrader.io/v1/rentals/{rentalId} \
  --header 'X-API-Key: <api-key>'
"<string>"

Authorizations

X-API-Key
string
header
required

Path Parameters

rentalId
string
required

Rental ID

Response

200
application/json
Rental successfully ended

The response is of type string.