Permanently deletes a draft post that is currently in the trash bin.
You can only call this method when authenticated as a Wix app or Wix user identity.
Draft post ID.
curl -X DELETE \
'https://www.wixapis.com/blog/v3/draft-posts/trash-bin/996cb649-d428-405d-b9ed-4facd46e2443' \
-H 'Content-Type: application/json' \
-H 'Authorization: <AUTH>' \
{}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.