Archive idea
Archive an idea by ID. The idea is moved to Trash and will be permanently deleted after 30 days. Use the unarchive endpoint to restore it.
POST
/ideas/{id}/archiveAuthorization
AuthorizationBearer token · headerrequiredAPI key authentication. Generate an API key from your workspace settings.
Path parameters
idstring<uuid>requiredIdea ID (UUID)
Responses
200
Idea archived successfully
idstring<uuid>requiredIdea ID
workspaceIdstring<uuid>requiredWorkspace ID
archivedAtstring<date-time> | nullrequiredWhen the idea was archived
401
Unauthorized - Missing or invalid API key
codestringmessagestring404
Not Found - Resource does not exist
codestringmessagestring