Files
medusa-store/docs/api/admin/code_samples/Shell/uploads/deleteundefined
2023-01-03 10:40:03 +02:00

7 lines
211 B
Plaintext

curl --location --request DELETE 'https://medusa-url.com/admin/uploads' \
--header 'Authorization: Bearer {api_token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_key": "{file_key}"
}'