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

Authorizations

X-API-Key
string
header
required

Path Parameters

rentalId
string
required

Rental ID

stackId
string
required

Stack ID

Response

200
application/json
Stack successfully deleted

The response is of type string.