Delete Draft post from the API - getting not_found error

Have you tried passing the username as a query param as well? (aka. adding ?username=<username> to the URL)

Looks like we were not being quite consistent with how we allowed the API to fall-back to the Api-Username username when no username query param was being provided.

That should be fixed with