As a result of the the change:https://github.com/chroma-core/chroma/pull/2880 introduced in chroma:0.5.13,the delete operation doesn't return any values. Hence, we need to check the Http Client Response with the status code instead of return value.
Check the status code for successful delete operation
Resolves #1529