Deletes the specified streaming token.
| REQUIRED | KEY | TYPE | DESCRIPTION |
|---|---|---|---|
| Yes | streamingToken | str | The streaming token to delete. |
| KEY | TYPE | DESCRIPTION |
|---|---|---|
| success | Boolean | true if the call succeeded, false if there was an error |
| TYPE | WHEN |
|---|---|
| DataNotFoundError | If the streaming token is not found. |