]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Api/Mastodon/Statuses.php
Removed unused use
[friendica.git] / src / Module / Api / Mastodon / Statuses.php
index ee64329bccc11ceacefb9a3234d037d29be2a777..042d038a258e3178b7f7733f021251ec1dc1d644 100644 (file)
@@ -30,6 +30,11 @@ use Friendica\Module\BaseApi;
  */
 class Statuses extends BaseApi
 {
+       public static function delete(array $parameters = [])
+       {
+               self::unsupported('delete');
+       }
+
        /**
         * @param array $parameters
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException