docs
docs copied to clipboard
Hide or Remove Delete Function Group API Section
Prerequisites
- [X] I checked the existing issues to make sure this feature has not already been requested
Feature
We can hide or remove the "Delete Function Group" API section since it's no longer relevant. Currently, we have only three function groups:
[
{
"uuid": "523a7194-214f-48fd-b5be-b0e953cc35a3",
"name": "Fetch Verified",
"isPrivate": false
},
{
"uuid": "1819040f-dc8f-4f77-9e0c-acddd66a9bd0",
"name": "My Functions",
"isPrivate": true
},
{
"uuid": "12c8601c-cccd-42de-a5f1-7eab76ae3121",
"name": "Public",
"isPrivate": false
}
]
Users can't delete any of these function groups for now, so there's no need to include that API section.
Additional Information (Optional)
No response