Last updated 2 years ago
The resource
The resource has been deleted
const response = await fetch('/v1/bookings/{booking}', { method: 'DELETE', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();