I have the same problem but with posts. I have permanently deleted a post from trash but now I’m trying to use the same permalink with a new post. If I press “View post” I get 404 page of my theme.
I looked into the database and here is listed all entries with the same post_title (the deleted and the new post has same title)
+---------------------------------+------+------------------------------------+-------------+
| post_title | id | guid | post_status |
+---------------------------------+------+------------------------------------+-------------+
| Opettajille kiikarit ty?el?m??n | 1431 | https://www.mysite.com/1425-revision-4/ | inherit |
| Opettajille kiikarit ty?el?m??n | 1432 | https://www.mysite.com/1425-revision-5/ | inherit |
| Opettajille kiikarit ty?el?m??n | 1433 | https://www.mysite.com/1425-revision-6/ | inherit |
| Opettajille kiikarit ty?el?m??n | 1434 | https://www.mysite.com/1425-revision-7/ | inherit |
| Opettajille kiikarit ty?el?m??n | 1407 | https://www.mysite.com/?page_id=1407 | trash |
| Opettajille kiikarit ty?el?m??n | 1408 | https://www.mysite.com/1407-revision/ | inherit |
| Opettajille kiikarit ty?el?m??n | 1409 | https://www.mysite.com/1407-autosave/ | inherit |
| Opettajille kiikarit ty?el?m??n | 1410 | https://www.mysite.com/1407-revision-2/ | inherit |
| Opettajille kiikarit ty?el?m??n | 1415 | https://www.mysite.com/1407-revision-7/ | inherit |
| Opettajille kiikarit ty?el?m??n | 1411 | https://www.mysite.com/1407-revision-3/ | inherit |
| Opettajille kiikarit ty?el?m??n | 1412 | https://www.mysite.com/1407-revision-4/ | inherit |
| Opettajille kiikarit ty?el?m??n | 1413 | https://www.mysite.com/1407-revision-5/ | inherit |
| Opettajille kiikarit ty?el?m??n | 1414 | https://www.mysite.com/1407-revision-6/ | inherit |
| Opettajille kiikarit ty?el?m??n | 1425 | https://www.mysite.com/?p=1425 | publish |
| Opettajille kiikarit ty?el?m??n | 1426 | https://www.mysite.com/1425-revision/ | inherit |
| Opettajille kiikarit ty?el?m??n | 1427 | https://www.mysite.com/1425-autosave/ | inherit |
| Opettajille kiikarit ty?el?m??n | 1429 | https://www.mysite.com/1425-revision-2/ | inherit |
| Opettajille kiikarit ty?el?m??n | 1430 | https://www.mysite.com/1425-revision-3/ | inherit |
+---------------------------------+------+------------------------------------+-------------+
As you can see, there is one post with post_status “trash”. I see no posts in my trashed posts in admin panel.
EDIT: I deleted the post with “trash” status and now the permalink works with the new post.