UNPKG

@wordpress/editor

Version:
8 lines (7 loc) 491 B
{ "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": ";AAGA,OAAO,cAAc;AAErB,eAAO,YAAoC,IAAK;AAC/C,QAAM,SAAU;AAAA,IACf,MAAM,gBAAiB,EAAG;AAAA,IAC1B,QAAQ;AAAA,EACT,CAAE;AACH;", "names": [] }