curl --request DELETE \
--url https://api.gputrader.io/v1/rentals/{rentalId} \
--header 'X-API-Key: <api-key>'
"<string>"
End a rental and release all associated resources
curl --request DELETE \
--url https://api.gputrader.io/v1/rentals/{rentalId} \
--header 'X-API-Key: <api-key>'
"<string>"
Rental ID
Rental successfully ended
The response is of type string
.