Remove tenant from dealer.
The unique ID of tenant.
The unique ID of dealer.
No Content
const response = await fetch('http://127.0.0.1:8888/api/tenants/{id}/dealers/{dealer_id}/destroy', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "dealer_id": {} }), }); const data = await response.json();