operations
Delete broken metadata
Broken metadata is defined as metadata that has isUploaded = true but there is no file in the storage matching it. This is an admin operation that requires the Hasura admin secret.
post/ops/delete-broken-metadata
Response
Successfully deleted broken metadata
Example response
{
"metadata": [
{
"id": "d5e76ceb-77a2-4153-b7da-1f7c115b2ff2",
"name": "profile-picture.jpg",
"bucketId": "users-bucket",
"isUploaded": true
}
]
}