Delete file content from storage.
This only deletes the file content. The pragma/file resource must be deleted separately using the resources API.
Idempotent: Returns 204 even if file doesn’t exist.
curl --request DELETE \
--url https://api.example.com/files/{name}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response
curl --request DELETE \
--url https://api.example.com/files/{name}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}