@wordpress/editor
Version:
Enhanced block editor for WordPress posts.
8 lines (7 loc) • 559 B
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/utils/media-delete/index.js"],
"sourcesContent": ["/**\n * WordPress dependencies\n */\nimport apiFetch from '@wordpress/api-fetch';\n\nexport default async function mediaDelete( id ) {\n\tawait apiFetch( {\n\t\tpath: `/wp/v2/media/${ id }?force=true`,\n\t\tmethod: 'DELETE',\n\t} );\n}\n"],
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,uBAAqB;AAErB,eAAO,YAAoC,IAAK;AAC/C,YAAM,iBAAAA,SAAU;AAAA,IACf,MAAM,gBAAiB,EAAG;AAAA,IAC1B,QAAQ;AAAA,EACT,CAAE;AACH;",
"names": ["apiFetch"]
}