Authorization: Bearer ********************
{
"attachmentIds": [
0
]
}
curl --location --request DELETE 'https://api.gofive.co.th/v1/storage/files' \
--header 'Ocp-Apim-Subscription-Key: <Ocp-Apim-Subscription-Key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"attachmentIds": [
0
]
}'
{
"data": null,
"hasError": true,
"statusCode": 0,
"httpStatusCode": 0,
"errorMessages": "string"
}