What is the correct endpoint to delete an artifact from nexus using api/curl?

I have tried below command to delete and artifact but i receive error “HTTP/1.1 405 Http method DELETE is not supported by this URL”

The command i used was:
curl --request DELETE http://nexus.prod.aws.about.com/service/local/repositories/my-repo/content/myGroupID/myArtufactID/285.55.700 -u username:pwd -v

What is the correct url to delete an artifact? i have looked into documentation but couldn’t find anything related to it. I am using OSS 3.22.1-02 version