{
"ids": [
"string"
]
}
curl --location --request POST 'https://api.laf.run/v1/recycle-bin//functions/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'
{
"error": "string",
"data": {}
}