Cancel Reservation
# Cancel Reservation - Rezervasyonu İptal Et
Rezerve edilmiş cihazı tekrar stok kullanıcısına iade eder.
## Endpoint
- `DELETE /api/v1/devices/{deviceId}/reservation`
## Örnek Request
`DELETE /api/v1/devices/FT00001234/reservation`
## Örnek Success Response
```json
{
"status": "SUCCESS",
"data": {
"status": true
}
}
```
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
deviceId
Response
OK
status
data
metadata
Errors
400
Bad Request Error

