v1Resources/Post Ideas/deleteArchive a post idea
Archive a post idea
Soft-deletes (archives) a post idea. id accepts either its own id or the external id it was created with.
delete
ideas:write/api/v1/post-ideas/{id}Query parameters
idstringrequired
The post idea to archive — its id or externalId.
Response
dataobjectoptional
idstringoptional
Unique identifier for the post idea.
archivedbooleanoptional
Whether this idea has been archived.
Errors
401Missing, invalid, expired, or revoked API key.
403The key lacks the required scope, or isn't authorized for this client/location.
404The resource wasn't found, or doesn't belong to your agency.
429Too many requests. Retry after the number of seconds in the Retry-After header.
delete/api/v1/post-ideas/{id}
Your API key
id *
{
"data": {
"id": "cm_idea_abc123",
"archived": true
}
}