From the Google Photos API documentation, I found that we have the filter for the archived File/Album, but I am not able to find any reference to Archive. Are there any ways to archive the Google Photos through the REST API?
https://developers.google.com/photos/library/guides/apply-filters#archived-state
{
"filters": {
"includeArchivedMedia": true
}
}