Last updated 1 year ago
Successful Response
Trạng thái yêu cầu
const response = await fetch('/profiles/{profile_id}', { method: 'DELETE', headers: {}, }); const data = await response.json();
{ "success": true }