Click or drag to resize
PasteDelete Method
Deletes the current paste. Only available if the paste belongs to the currently logged in user.

Namespace: Pastebin
Assembly: Pastebin (in Pastebin.dll) Version: 1.0
Syntax
public void Delete()
Exceptions
ExceptionCondition
WebExceptionThrown when the underlying HTTP client encounters an error.
PastebinExceptionThrown when a bad API request is made.
See Also