nexus_discard_collection
Soft-delete an entire collection you own via GraphQL. Use when you need to remove a collection permanently; prefer unlisting when possible.
Instructions
Discard (soft-delete) an entire collection (must own it) via v2 GraphQL.
DESTRUCTIVE: discards the collection. Prefer nexus_unlist_collection.
Returns: JSON {success} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Discard reason. | |
| collection_id | Yes | Collection ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |