Removes a file from the storage
Request
Body Params application/json
{
"id": "string",
"type": "string"
}
Request Code Samples
curl --location --request POST 'https://streampeg.com/api/removeFile' \
--header 'X-Auth-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"type": "string"
}'
Responses
application/json {
"error": false,
"msg": null,
"data": []
}
Modified at 2024-08-07 01:28:08