Moves a task to the archive. Archived tasks are hidden from date views but can be restored or permanently deleted.
cURL
curl --request POST \ --url https://znift.com/api/v1/tasks/{taskId}/archive \ --header 'x-api-key: <api-key>'
{ "success": true }
API key with znift_ prefix. Create one in Profile > API Keys.
Task ID
Archive a task successful