POST

Query Deleted Forms


Retrieves a list of deleted form schemas given the provided paging, filtering, and sorting.

This method lists form schemas that have were deleted and are in the trash bin but haven't yet been permanently removed.

You must specify a namespace equality filter. For example, "namespace:{"$eq":"<your_namespace>"}.

Refer to the supported filters and sorting article for a complete list of supported filters and sorting options.

Authentication

This method may require higher-level permissions than the caller has, based on their identity and roles and permissions. In these cases, you can ensure the method is called with the required level of authorization by using one of the following:

Permission Scopes
View Forms
Learn more about app permissions.
Method Declaration
Copy
Errors
400Invalid Argument

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?