The API to delete Department in the manage committee page is added.
Graphql API mutation name - archiveCommitteeDepartment
Use permission can_archive in the permission object to show the delete button.
Technically, In API, we will achieve and not return in the API response. This is why there is a discrepancy between API(archive) and Desing(delete).