Delete A Previous Revision Of A Snippet
Deletes the snippet.Note that this only works for versioned URLs that point to the latestcommit of the snippet. Pointing to an older commit results in a 405status code.To delete a snippet, regardless of whether or not concurrent changesare being made to it, use `DELETE /snippets/{encoded_id}` instead.