Archive Article.
cURL
curl --request PUT \ --url https://api.octaviatech.app/cms/articles/archive \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "id": "{{objectId}}" } '
{ "success": true, "statusCode": 201, "message": "Article archived", "data": { "id": "{{objectId}}", "isPublished": false } }
"{{objectId}}"
Archived
Was this page helpful?